useAtomDevtools doesn't show atoms in Redux DevTools #128
-
I'm trying to use useAtomDevtools to debug atoms in Redux DevTools but it doesn't seem to work. I use only the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for reaching out @phuctm97. The main entry point relies on Here is a working CSB - https://codesandbox.io/p/sandbox/discussion-127-r7gw5s 🙌 |
Beta Was this translation helpful? Give feedback.
Thanks for reaching out @phuctm97.
The main entry point relies on
@emotion/react
so you'd need to install that as a dependency (see docs). If you don't plan on using<DevTools/>
UI then I'd recommend usingjotai-devtools/utils
entry point to import the hook.Here is a working CSB - https://codesandbox.io/p/sandbox/discussion-127-r7gw5s 🙌