question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.7.0 release raises error

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:29
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

17reactions
borisyankovcommented, Jul 29, 2017

I will look into it and release a fix.

16reactions
soymanuvallecommented, 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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

SciPy 1.7.0 Release Notes
SciPy 1.7.0 is the culmination of 6 months of hard work. ... #13232: MAINT: stats: raise error when input to kruskal has >1...
Read more >
Compatibility guide for Kotlin 1.7
1.7.0: raise this warning to an error. Prohibit access to uninitialized enum entries qualified with the enum name ...
Read more >
Kotlin 1.7.0-Beta Released - The JetBrains Blog
The first preview of the 1.7.0 release is out. ... (null, null).length // Error: 'null' cannot be a value of a non-null type...
Read more >
NumPy 1.7.0 Release Notes
It supports Python 2.4 - 2.7 and 3.1 - 3.3 and is the last release that supports Python ... We allow this for...
Read more >
Changelog — conan 1.56.0 documentation
Docs here; Fix: Raise a clear error if settings.compiler is not defined for ... Feature: Update requirements.txt to use distro package version <=1.7.0....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found