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
Looks like if we initialize the persistor with persistStore(store...) it loads the store correctly, but dispatching actions will not persist the actual changes in HeadlessJS mode (no components get mounted).
Any ideas how to allow the persistor to apply/write changes when in headless mode?
The text was updated successfully, but these errors were encountered:
Looks like if we initialize the persistor with
persistStore(store...)
it loads the store correctly, but dispatching actions will not persist the actual changes in HeadlessJS mode (no components get mounted).Any ideas how to allow the persistor to apply/write changes when in headless mode?
The text was updated successfully, but these errors were encountered: