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
Note: parcel in dev mode seems to work fine. It's only when this is compiled for production use that it causes the error.
🤔 Expected Behavior
It should be consistent with 2.10.2 and render correctly.
😯 Current Behavior
Page bails with an error
react-dom.production.min.js:189 ReferenceError: $e24bb3f4f01060dd$exports is not defined
at Chart.tsx:56:19
at sJ (react-dom.production.min.js:244:332)
at o0 (react-dom.production.min.js:286:111)
at react-dom.production.min.js:283:409
at oJ (react-dom.production.min.js:283:486)
at oB (react-dom.production.min.js:273:439)
at rc (react-dom.production.min.js:127:105)
at react-dom.production.min.js:267:273
💻 Code Sample
Chart.tsx referenced above is fairly basic - rendering a line chart of costs over time
I'm also experiencing this issues with react-tooltip, I get the error $d16c9053f2285eda$exports is not defined on parcel 2.11.0 and also parcel 2.10.3 (whereas it worked previously in parcel 2.8.3).
🐛 bug report
Hello, I think this is a re-surfacing of #8792 with Parcel 2.11.x. Chart.JS 4.4.1 and parcel 2.11.0 seem to produce
on production builds.
🎛 Configuration (.babelrc, package.json, cli command)
package.json
:.parcelrc
:command:
npm run build
Note: parcel in dev mode seems to work fine. It's only when this is compiled for production use that it causes the error.
🤔 Expected Behavior
It should be consistent with 2.10.2 and render correctly.
😯 Current Behavior
Page bails with an error
💻 Code Sample
Chart.tsx
referenced above is fairly basic - rendering a line chart of costs over timeThe text was updated successfully, but these errors were encountered: