Can't perform a React state update on a component that hasn't mounted yet
Hi all, I am creating several tables and one is giving me grief. I keep getting the error 'Can't perform a React state update on a component that hasn't mounted yet' no matter how I structure it. Looking in console, I can see that the table renders twice, but I dont know why. The logs show:
Creating Table Instance...
Warning: Can't perform a React state update on a component that hasn't mounted yet
Creating Table Instance...
Has anyone encountered this before?
Using react-table v8
Thanks,
0 Replies