Replies: 1 comment
-
In fact, valtio is more flexible about it, thanks to module state (not react context). devtools(proxy([state1, state2])) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an equivalent to
useAtomsDevtools
for Valtio?I know that there is
devtools
fromvaltio/utils
: https://github.com/pmndrs/valtio/tree/2761da6a9d3083fa21a0c9d29baa774e5425904f#dev-toolsBut that only allows for inspecting a single valtio proxy (similar to Jotai's
useAtomDevtools
). Is there a way to enable the devtools on all valtio proxies?Beta Was this translation helpful? Give feedback.
All reactions