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
Hi, thank you for creating this lightweight and easy for use library!
I want to use this solution in my project but I have faced with warning like this:
console.error
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
at VTable (/…/node_modules/virtualizedtableforantd4/lib/vt.js:308:21)
at table
at div
at div
at /…/node_modules/rc-table/lib/Table.js:118:23
at div
at Table (/…/node_modules/rc-table/lib/Table.js:133:25)
at div
at div
at Spin (/…/node_modules/antd/lib/spin/index.js:104:37)
at div
at InternalTable (/…/node_modules/antd/lib/table/Table.js:75:34)
at div
at MyComponent
This warning appears after running Jest test suits but there is no warning while running Webpack dev server. Could you please fix the bug? 🙏🏻
The text was updated successfully, but these errors were encountered:
Hi, thank you for creating this lightweight and easy for use library!
I want to use this solution in my project but I have faced with warning like this:
This warning appears after running Jest test suits but there is no warning while running Webpack dev server. Could you please fix the bug? 🙏🏻
The text was updated successfully, but these errors were encountered: