Closed th3fallen closed 8 years ago
Sorry for taking so absurdly long to reply. :/
When first looking at this issue, I was thinking that it probably was related to react v15 for which I haven't tested the library yet. So I made a mental note to come back to this issue, once I tackle this update. I assumed it would be very soon, but well. Two months have passed by now...
Looking deeper into your code I would assume that some variable returned by import {...} from 'shared/ui/form/form'
was null
for some reason. And then backtrack the issue from there.
I assume you have resolved this issue by now, so I'm closing this issue. Sorry again for my bad OSS citizenship 😖
getting
warning.js?8a56:36 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).
with the following theme
and the following component usage
Am i missing something simple?