Hi, I have created a module. I developed this module data to be parametric. I use 2 of these modules in my application and the data of both modules are different. My problem is that one of the modules is rendering and the other is not.
How can I re-render a module manually?
Error message:
react-dom.development.js:82 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 the componentWillUnmount method.