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
The current implementation loads the module only on the initial mount of the component. We need to use a lifecycle method to detect props changes and reinstantiate it accordingly.