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
Library used by main app, puts its own ReduxProvider under Suspense, and loads it on demand. This creates the second store.
devtools are detecting first store correctly, but when store under Suspense is loaded, devtools stop working even for first store, and second store is not detected
If I put ReduxProvder outside Suspense for the second store, everything works. Both stores are visible from devtools
But I can not put it outside, cause the point of Suspense is to trigger code splitting and load library only on demand
Any clue on how to solve this would be appreciated 😀
The text was updated successfully, but these errors were encountered:
Hi there, I have the following unorthodox setup:
Any clue on how to solve this would be appreciated 😀
The text was updated successfully, but these errors were encountered: