You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm creating a
react-native
library using tsdx and I have the following problem:My dist imports
import 'react-dom';
at the top of the file even though it's not a dependency anywhere. I can't figure out how to remove it.When executing
yarn analyze
I even get an error saying thatreact-dom
can' be resolved.My package.json looks like this:
Thanks so much for the help in advance!
I've been stuck on this issue for hours.
Beta Was this translation helpful? Give feedback.
All reactions