Replies: 1 comment
-
odd, it shouldn't be trying to resolve anything from 'src' https://www.unpkg.com/browse/@react-stately/[email protected]/dist/Color.mjs this resolves from the |
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.
-
Hi folks!
I have a strange problem with @react-state/color (and datepicker) at
3.8.0
. When I'm building my app on jenkins, I get an errorCan't resolve '../intl/*json' @react-stately/color/src/Color.ts
.Locally it passes fine, I have a problem only on Jenkins. When I check my local node_modules there's indeed no
intl
folder (and no json files) in @react-state/color. Maybe someone had a similar issue?Beta Was this translation helpful? Give feedback.
All reactions