Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
hey thanks for the quick reply, i tried creating a minimal reproduction but it worked as expected. and now i on my main repo its working 😅. might have been some cache issue. thanks for taking a look! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello! something i noticed recently while debugging why package exports weren't working properly.
i enabled
unstable_enablePackageExportswithin the resolver block in my metro.config.js but metro was not using "browser" condition for my libs when running on web. if i remove withwithUniwindConfigfrom my metro.config the "browser" condition is correctly used. "react-native" condition works as expected though.haven't had time to create a separate repro repo yet, so asking here if this is something you are aware of.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions