-
Full Example: https://codesandbox.io/s/valtio-forked-purfbz?file=/src/App.tsx We can follow the steps below on Full Example.
We can look at the source code and understand why this happens. valtio/src/vanilla/utils/proxyWithHistory.ts Lines 7 to 21 in f8a1bdc It seems that this may be the design intent.
I'd like to avoid 1 if possible. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't think proxyWithHistory with embedded proxy is ever supported. By design, proxyWithHistory is not perfect 👉 #725 (comment) |
Beta Was this translation helpful? Give feedback.
I don't think proxyWithHistory with embedded proxy is ever supported.
So, maybe you just don't use proxyWithHistory and implement history capability somehow on your end. (I don't have any concrete ideas.)
By design, proxyWithHistory is not perfect 👉 #725 (comment)