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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
You receive params.data in your boot-server.ts, and can pass it from there to the rest of your app in whatever way is most convenient for you. For example, in your configureStore method, you could use the params.data values as part of the store's initial state.
is there a way to access params.data in react component or redux store?
or pass it through state from
<Provider>
to components or store?The text was updated successfully, but these errors were encountered: