glittershark/reactable

Table doesnt work in production mode?

Opened this issue · 2 comments

I have been using CRA to create the production build. Everything works fine in development mode, but then in production mode the table isnt even displayed. I dont know where to start to check for the bugs.

You can see the

element in the inspector. But it doesnt load, and the thead is missing, and no data is displaying. Making the whole table go blank

fixed it downgrading to the previous version (1.0.2)

@romanpastu Thank you so much, I just switched all my tables over to reactable and it was working just fine on local, but on deploy, nada. You just saved me a whole lot of stress!