media-ui
media-ui copied to clipboard
Reinitialize localStorage state if schema doesn't match anymore due to an update
If something in the schema changes the whole module currently crashes when loading
The localStorageEffect used in RecoilJS atoms now allows adding a validate callback to allow checking whether the read value from the store matches the pattern the application expects. This is already implemented for the pagination state.