palerdot/react-d3-speedometer

Bug: (0 , _d.arc) is not a function

Closed this issue · 1 comments

Hello, I'm running into this issue :

configure.js:1 Uncaught TypeError: (0 , _d.arc) is not a function
    at _configureArc (configure.js:1)
    at memoized (memoize-one.esm.js:27)
    at _renderArcs (index.js:1)
    at render (index.js:1)
    at b.a (index.js:1)
    at b.a (react-hot-loader.development.js:708)
    at b.a (index.js:1)
    at b.a (react-hot-loader.development.js:698)
    at commitLifeCycles (react-dom.development.js:20049)
    at commitLayoutEffects (react-dom.development.js:22813)
    at HTMLUnknownElement.callCallback (react-dom.development.js:347)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:397)
    at invokeGuardedCallback (react-dom.development.js:454)
    at commitRootImpl (react-dom.development.js:22585)
    at unstable_runWithPriority (scheduler.development.js:643)
    at runWithPriority$2 (react-dom.development.js:11305)
    at commitRoot (react-dom.development.js:22414)
    at runRootCallback (react-dom.development.js:21554)
    at react-dom.development.js:11353
    at unstable_runWithPriority (scheduler.development.js:643)
    at runWithPriority$2 (react-dom.development.js:11305)
    at flushSyncCallbackQueueImpl (react-dom.development.js:11349)
    at flushSyncCallbackQueue (react-dom.development.js:11338)
    at batchedUpdates$1 (react-dom.development.js:21648)
    at Object.notify (Subscription.js:23)
    at Subscription.notifyNestedSubs (Subscription.js:65)
    at Subscription.handleChangeWrapper (Subscription.js:70)
    at notifyListeners (redux-batched-subscribe.js:43)
    at store.js:52
    at notifyListenersBatched (redux-batched-subscribe.js:48)
    at dispatch (redux-batched-subscribe.js:57)
    at middleware.js:22
    at middleware.js:66
    at redux-logger.js:1
    at api.js:31
    at index.js:11
    at dispatch (redux.min.js:1)
    at utils.js:250
    at proc.js:489
    at exec (scheduler.js:19)
    at flush (scheduler.js:60)
    at asap (scheduler.js:33)
    at runPutEffect (proc.js:486)
    at runEffect (proc.js:435)
    at next (proc.js:315)
    at currCb (proc.js:388)
    at checkEffectEnd (proc.js:612)
    at chCbAtKey (proc.js:627)
    at currCb (proc.js:388)
    at runEffect (proc.js:435)

Here is my code <ReactSpeedometer /> and I'm using react-d3-speedometer@0.7.0 and d3@5.12.0

Nevermind, that bug cames from webpack