How to re-render module component?

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.

Hi @melih, Could you share screenshots of what these two modules contain and explain what they do? When exactly does this module fail to render and what is different between the two?