-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Hey @r0man,
I'm having trouble with 0.12.1. I'm guessing it has to do with:
material-components/material-components-web@e21ec90
and possibly with:
material-components/material-components-web#767
Do the externs need to be updated for mdc-base? Do I need to refer to mdc-base now instead of mdc? What is the way it should be used?
This is my traceback when I change from 0.10.0 to 0.12.1:
material-components.inc.js:90 Uncaught Error: Cannot find module "@material/base"
at Object.<anonymous> (material-components.inc.js:90)
at __webpack_require__ (material-components.inc.js:35)
at Object.defineProperty.value (material-components.inc.js:81)
at material-components.inc.js:84
at webpackUniversalModuleDefinition (material-components.inc.js:14)
at material-components.inc.js:15
(anonymous) @ material-components.inc.js:90
__webpack_require__ @ material-components.inc.js:35
Object.defineProperty.value @ material-components.inc.js:81
(anonymous) @ material-components.inc.js:84
webpackUniversalModuleDefinition @ material-components.inc.js:14
(anonymous) @ material-components.inc.js:15and
Uncaught ReferenceError: mdc is not defined
at Object.<anonymous> (material-components.cljs:79)
at Object.reagent$impl$component$custom_wrapper_$_componentDidMount [as componentDidMount] (component.cljs:188)
at react-dom.inc.js:4704
at measureLifeCyclePerf (react-dom.inc.js:4514)
at react-dom.inc.js:4703
at CallbackQueue.notifyAll (react-dom.inc.js:948)
at ReactReconcileTransaction.close (react-dom.inc.js:11361)
at ReactReconcileTransaction.closeAll (react-dom.inc.js:14768)
at ReactReconcileTransaction.perform (react-dom.inc.js:14715)
at ReactUpdatesFlushTransaction.perform (react-dom.inc.js:14702)
(anonymous) @ material-components.cljs:79
mdc-textfield_componentDidMount @ component.cljs:188
(anonymous) @ react-dom.inc.js:4704
measureLifeCyclePerf @ react-dom.inc.js:4514
(anonymous) @ react-dom.inc.js:4703
notifyAll @ react-dom.inc.js:948
close @ react-dom.inc.js:11361
closeAll @ react-dom.inc.js:14768
perform @ react-dom.inc.js:14715
perform @ react-dom.inc.js:14702
perform @ react-dom.inc.js:12807
flushBatchedUpdates @ react-dom.inc.js:12890
closeAll @ react-dom.inc.js:14768
perform @ react-dom.inc.js:14715
batchedUpdates @ react-dom.inc.js:8760
enqueueUpdate @ react-dom.inc.js:12918
enqueueUpdate @ react-dom.inc.js:12516
enqueueForceUpdate @ react-dom.inc.js:12649
ReactComponent.forceUpdate @ react.inc.js:1268
reagent$impl$batching$run_queue @ batching.cljs:39
reagent.impl.batching.RenderQueue.flush_queues @ batching.cljs:86
reagent.impl.batching.RenderQueue.run_queues @ batching.cljs:76
(anonymous) @ batching.cljs:63I'm including this with:
[cljsjs.material-components :as mdc]Metadata
Metadata
Assignees
Labels
No labels