Reactjs: Warning: React.createElement: type should not be null or undefined
It is likely that your Layout file is not exporting one of the variables from this line import { Grid, Row, Column, List, ListItem } from ‘../../components/Layout’; The warning would happen if one of those is undefined.