jotaijs/jotai-devtools

If I use npm v7.x or later, do I need to install emotion?

maroKanatani opened this issue · 1 comments

Hello, thanks for this useful software !

The README.md says I need to install emotion, but if I am using npm v7.x or later, peerDependencies is also installed with it, so there seems to be no need to install it explicitly.

Hi @maroKanatani

Glad to hear that the tool is helpful! That's fine then! As long as the peer dependencies are installed, <DevTools /> should work as expected.