rowrowrowrow
rowrowrowrow
Whenever I try to use persistor.persist() after the store has completed initial hydration the following is dispatched for each persisted reducer: { type: 'persist/REHYDRATE', err: {}, key: 'some_random_key', some_key: "somevalue"...
Hey, Thanks for your work. This is within a react application. When I try to create a new FilePond instance and provide it a file prop from the controlled state...
I've seen and experienced some errors with the shorthand logic and null operators. An error is thrown when trying to use the 'IS NULL' or 'IS NOT NULL' operators with...
Hi, thanks for the great package! Would you consider adding a function to the configuration for modifying the actions before they are sent?
@aohua This is a first take at something like a prepareAction function. Please let me know what you think. It addresses https://github.com/aohua/redux-state-sync/issues/90
It would be useful to be able to exclude or include differences based on a type like their "symbol". This way we could ignore or focus on differences of a...