TypeError: e.value.toNumber is not a function
at ee (chunk-ZSHBCN6K.js:3:23605)
at chunk-ZSHBCN6K.js:3:24762
at Array.map (<anonymous>)
at $r (chunk-ZSHBCN6K.js:3:24056)
at chunk-ZSHBCN6K.js:3:39821
at c (chunk-ZSHBCN6K.js:1:808)
at chunk-ZSHBCN6K.js:1:1014
at Object.useSyncExternalStore (chunk-LYHQCUWL.js:6:26399)
at r.useSyncExternalStore (chunk-FTYKMG53.js:1:6374)
at Os.useSyncExternalStoreWithSelector (chunk-ZSHBCN6K.js:1:1083)
This is using this snapshot that is loaded from a cookie. I got this by going to the Inspector in Chrome and ticking "Show URL decoded". It looks to be in the same format as your test case ones:
This error is thrown:
Which seems to be from this code: https://github.com/hipstersmoothie/react-window-splitter/blob/d94688575b3b7b8ddea5df0a322606db62d46e27/packages/state/src/index.ts#L756
This is using this snapshot that is loaded from a cookie. I got this by going to the Inspector in Chrome and ticking "Show URL decoded". It looks to be in the same format as your test case ones:
I think you might have the same error in the docs page for persistence, it's currently broken: https://react-window-splitter-six.vercel.app/docs/examples/persistance