-
Notifications
You must be signed in to change notification settings - Fork 222
Doesn't work with React-hot-loader #338
Comments
This appears to be caused by I'm unsure that this is something that RHL would be able to fix, though it's probably worth opening a ticket over there, too. I think there's an easy fix for this on the reactable side, where reactable adds add a "reactable component type" static string variable to each of the reactable components, and checks against that in the switch instead. @glittershark - If you'd be open to this as an approach, I can try to put together a PR. What do you think? |
@glittershark any comments? |
I am facing the same issue. Have you guys found any solution? |
Still facing similar issue :( with react-hot-loader 4 |
With this PR it no longer matters where the function lives in memory. glittershark/reactable#338
When using RHL (version 3.0.0-beta6), error
The only possible children of <Table> are <Thead>, <Tr>, or one <Tfoot>
is thrown with no table being rendered.The text was updated successfully, but these errors were encountered: