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
Works fine on development, but after deployed on heroku, charts doesnt open. Im getting the error
c3.js:1046 Uncaught TypeError: n is not a function
at new a (c3.js:1046)
at new r (c3.js:1026)
at Object.Y.generate (c3.js:1055)
at t.value (react-c3js.js:69)
at t.value (react-c3js.js:85)
at t.value (react-c3js.js:44)
at commitLifeCycles (react-dom.production.min.js:148)
at t (react-dom.production.min.js:157)
at b (react-dom.production.min.js:168)
at v (react-dom.production.min.js:167)
The text was updated successfully, but these errors were encountered:
We've run into this issue, think its to do with the require in componentDidMount which worked fine in development but not in production because of our setup
Works fine on development, but after deployed on heroku, charts doesnt open. Im getting the error
The text was updated successfully, but these errors were encountered: