Dependencies added in 0.3.0 #40
Replies: 2 comments 1 reply
-
Interesting! I'm unaware of interop issues with You also bring up a valid point about May I ask you to give this a shot? Ref - #42 yarn add jotai-devtools@https://pkg.csb.dev/jotaijs/jotai-devtools/commit/58dc03d4/jotai-devtools/_pkg.tgz
# optionally add
yarn add @emotion/react
Yes, they power our UI DevTools. Rest assured, |
Beta Was this translation helpful? Give feedback.
-
Actually this was an issue on our side. We are using MUI which uses emotion by default, but it can be configured also with Adding Also, I checked our production build size just in case with 0.3.0 and it is the same as before, so we are ok on that front too. |
Beta Was this translation helpful? Give feedback.
-
It looks like 0.3.0 adds a bunch of dependencies that weren't there before
This is a screenshot from the update PR in our app:
Dependencies are colliding with our own styling solution which is
styled-components
, causing some TS errors that weren't there before (I suspect this is coming from the added@emotion
stuff that gets installed, or from@mantine
)Are all the dependencies added really needed?
Beta Was this translation helpful? Give feedback.
All reactions