andreypopp / andreypopp/react-flexgrid
React.createElement: type should not be null
Open
- Dominant language
- JavaScript
- Stars
- 73
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I just install and added to one of my components
js
```
import {Container, Block} from 'react-flexgrid'
...
render () {
return (
)
}
```
Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of `MyComponent`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.