-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error when I try to load ScrollBarWrapper #35
Comments
it's ok, I've changed import by : |
hmm, with this syntax, it is the module react-scrollbar that is considered, how is added .ScrollBarWrapper variable with this syntax like |
|
For ES6 it would be |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I want try your module and I've error :
build.js:15397 Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of
Profil.
build.js:14954 Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of
Profil.
My code source :
Any idea ?
The text was updated successfully, but these errors were encountered: