-
Notifications
You must be signed in to change notification settings - Fork 150
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
Halogen Loaders are not working with React 16.0.0 #36
Comments
+1 |
Blocking issue |
+1 |
+1 |
1 similar comment
+1 |
fork with a fix (linked from parallel thread #32): works with React 16.0.0 |
can the original developer fix it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the release of React 16.0.0, Both
PropTypes
andcreateClass
have been moved into separate packages.I get the following stack trace when using the PulseLoader:
I have modified
PulseLoader.js
with the proposed changes and my file now looks like this:With these changes, the loader does successfully appear on the page.
The text was updated successfully, but these errors were encountered: