jotaijs / jotai-devtools

A powerful toolkit to enhance your development experience with Jotai
https://jotai.org/docs/tools/devtools
MIT License
124 stars 29 forks source link

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

Closed maroKanatani closed 11 months ago

maroKanatani commented 11 months ago

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.

arjunvegda commented 11 months ago

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.