Accessing information from a redux store in the main app from a dynamically loaded React Module?
I am using React (18.2) built with Vite (5.0.0) using vite-plugin-federation (1.3.5) to split up my application into a main application and several modules which are dynamically loaded once a user logs in to the application.