According to docs: "Auto merge means if the some piece of substate was modified by your reducer during the REHYDRATE action, it will skip this piece of state." [src](https://github.com/rt2zz/redux-persist?tab=readme-ov-file#state-reconciler).
If the logic change and we will modify `keyserverStore` state on `persist/REHYDRATE` it could cause skipping rehydrated state.