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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
I'm trying to setup the Quick Start sample code and getting the runtime error below in the console. It looks to be related to the classnames import.
I've uploaded my source here in case i'm doing something totally wrong.
Any help getting up and running is greatly appreciated. Thanks!
renderComponent.js:94 Uncaught TypeError: cx is not a function
at Object.render (renderComponent.js:94)
at FelaTheme.render (FelaThemeFactory.js:49)
at finishClassComponent (react-dom.development.js:14301)
at updateClassComponent (react-dom.development.js:14264)
at beginWork (react-dom.development.js:15082)
at performUnitOfWork (react-dom.development.js:17820)
at workLoop (react-dom.development.js:17860)
at HTMLUnknownElement.callCallback (react-dom.development.js:149)
at Object.invokeGuardedCallbackDev (react-dom.development.js:199)
at invokeGuardedCallback (react-dom.development.js:256)
react-dom.development.js:15749 The above error occurred in the <FelaTheme> component:
in FelaTheme (created by Button)
in Button
in Unknown
in ThemeProvider (created by FelaTheme)
in Provider (created by FelaTheme)
in FelaTheme (created by ProviderConsumer)
in ProviderConsumer (created by Provider)
in Provider
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
logCapturedError @ react-dom.development.js:15749
react-dom.development.js:18807 Uncaught TypeError: cx is not a function
at Object.render (renderComponent.js:94)
at FelaTheme.render (FelaThemeFactory.js:49)
at finishClassComponent (react-dom.development.js:14301)
at updateClassComponent (react-dom.development.js:14264)
at beginWork (react-dom.development.js:15082)
at performUnitOfWork (react-dom.development.js:17820)
at workLoop (react-dom.development.js:17860)
at renderRoot (react-dom.development.js:17946)
at performWorkOnRoot (react-dom.development.js:18837)
at performWork (react-dom.development.js:18749)
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to setup the Quick Start sample code and getting the runtime error below in the console. It looks to be related to the classnames import.
I've uploaded my source here in case i'm doing something totally wrong.
Any help getting up and running is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: