You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: e.value.toNumberisnotafunctionatee(chunk-ZSHBCN6K.js:3:23605)atchunk-ZSHBCN6K.js:3:24762atArray.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:
react-window-splitter/packages/state/src/index.ts
Line 756 in d946885
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
The text was updated successfully, but these errors were encountered: