Skip to content
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

Open
ZakSingh opened this issue Jul 27, 2017 · 8 comments
Open

1.7.0 release raises error #89

ZakSingh opened this issue Jul 27, 2017 · 8 comments

Comments

@ZakSingh
Copy link

ZakSingh commented Jul 27, 2017

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.

@ricardovalquin
Copy link

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
thank you

@soymanuvalle
Copy link

soymanuvalle commented Jul 29, 2017

@ricardovalquin Hola Ricardo, puedes hacerlo con los siguientes comandos desde tu consola:

npm r react-sparklines
npm i --save react-sparklines@1.6.0

Cambia 1.6.0 por la versión que deseas instalar. Si el problema persiste utiliza la versión 1.4.0. Saludos!

@borisyankov
Copy link
Owner

I will look into it and release a fix.

GillianGillianYang pushed a commit to GillianGillianYang/weather that referenced this issue Aug 4, 2017
GillianGillianYang pushed a commit to GillianGillianYang/weather that referenced this issue Aug 4, 2017
npm i --save react-sparklines@1.6.0 

 borisyankov/react-sparklines#89
@abdennour
Copy link

abdennour commented Aug 14, 2017

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

npm i --save react-sparklines@1.6.0

This will install version 1.6.0, which doesn't have the broken code.

@IamManchanda
Copy link

@abdennour Nah I will run yarn add react-sparklines@1.6.0 😉

@nbkhope
Copy link

nbkhope commented Feb 7, 2018

Has the development of react-sparklines come to a halt? Since nobody seems to care about fixing the latest release that is broken.

@AbhinJ
Copy link

AbhinJ commented May 22, 2018

This issues is resolved after releasing of React v16.3.2 . React sparklines 1.7.0 worked for me . So, issue should be closed

mehdizebarjadan added a commit to mehdizebarjadan/React-Redux that referenced this issue Jun 16, 2018
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
@shachopin
Copy link

still same issue for 1.7.0 as for today
had to downgrade

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants