You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use your component, I get this error message:
Uncaught Error: A valid ReactComponent must be returned.
Figured, this happens because React is considering the component only valid if its enclosed in div tags. So when changing your code as below, things work properly well.
I made this a while ago, I'll check it out and update it tonight!
On Mon, Apr 11, 2016 at 19:36 ArnoBuschmann [email protected]
wrote:
Hi :)
When I use your component, I get this error message:
Uncaught Error: A valid ReactComponent must be returned.
Figured, this happens because React is considering the component only
valid if its enclosed in div tags. So when changing your code as below,
things work properly well.
Hi :)
When I use your component, I get this error message:
Figured, this happens because React is considering the component only valid if its enclosed in div tags. So when changing your code as below, things work properly well.
The text was updated successfully, but these errors were encountered: