-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.7.0 release raises error #89
Comments
Hi @ZakSingh , I'm having the same issue, can you tell me please how to revert the version of the package? I just modify my package.json to that version and re installed everything again but doesn't works |
@ricardovalquin Hola Ricardo, puedes hacerlo con los siguientes comandos desde tu consola:
Cambia 1.6.0 por la versión que deseas instalar. Si el problema persiste utiliza la versión 1.4.0. Saludos! |
I will look into it and release a fix. |
npm i --save react-sparklines@1.6.0 borisyankov/react-sparklines#89
npm i --save react-sparklines@1.6.0 borisyankov/react-sparklines#89
As of August 2017, the author of this library accidentally deployed a broken build, specifically version 1.7.0. As such, we want to avoid that build. So when we install the react-sparklines package, run this command
This will install version 1.6.0, which doesn't have the broken code. |
@abdennour Nah I will run |
Has the development of |
This issues is resolved after releasing of React v16.3.2 . React sparklines 1.7.0 worked for me . So, issue should be closed |
Quick Note npm i --save react-sparklines@1.6.0 This will install version 1.6.0, which doesn't have the broken code. There is a github issue tracking this problem, you can read more about it here: borisyankov/react-sparklines#89 react sparkline https://github.com/borisyankov/react-sparklines npm install --save react-sparklines
still same issue for 1.7.0 as for today |
As of today's release, the module fails to import in a React Redux Webpack setup using this boilerplate from the "Modern React with Redux" tutorial on Udemy. It results in:
Uncaught TypeError: Super expression must either be null or a function, not undefined
This is my first time using React, Redux, and your module, so I have no idea what I'm talking about in terms of troubleshooting. I just reverted the package to 1.6.0 and it fixed the issue.
The text was updated successfully, but these errors were encountered: