I'm using the widget inside a modal and several other components in a react project. So when the render function executes it could not find the widgets since it's still not added to the dom.
Can I call render function again? If so how is it? Is it the right method?