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
This is just JavaScript, so the answer is the same as with any JavaScript code.
If you need a module to have access to a function, pass that function to that module.
Hi guys,
I'm working on a react/redux application, which makes use of an external module (written in plain javascript):
I need to dispatch an action on the existing store, previously built and linked to the React application.
What's the best way?
Thank you
The text was updated successfully, but these errors were encountered: