-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Super expression must either be null or a function, not undefined #108
Comments
+1 |
I have the same issue just importing the library (even without using it!), maybe there is something wrong with the new version (16+) of React
|
Same issue. |
error is still here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have imported the modules as the docs says
import Toggle from 'react-toggle'
import "react-toggle/style.css"
but i'm getting this error 'Super expression must either be null or a function, not undefined'
And my component have:
constructor(props) {
super( props )
this.handleChange = this.handleChange.bind( this )
this.state = {
whatever: false
}
The text was updated successfully, but these errors were encountered: