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 😀
Hi there, I have the following unorthodox setup:
Any clue on how to solve this would be appreciated 😀