Initial State isn't merged -- undefined is not assignable to type #25
Labels
solution: duplicate
This issue or pull request already exists
solution: intended behavior
This is not a bug and is expected behavior
I have the following store setup:
This throws the following error on hydration:
When I remove the whitelist so that the whole store is persisted it works fine. Am I doing anything wrong? I'm on
mobx-state-tree@^3.15.0
. andmst-persist@^0.1.3
.The text was updated successfully, but these errors were encountered: