-
Notifications
You must be signed in to change notification settings - Fork 10
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 #3
Comments
+1 |
2 similar comments
+1 |
+1 |
index.js at the head replace:import React, { Component } from 'react'; const propTypes = { |
Basecomment.js: import React, { Component } from 'react'; export default class BaseComponent extends Component { |
Now it can use! |
+1 |
Getting this error Super expression must either be null or a function, not undefined
while using this library
The text was updated successfully, but these errors were encountered: