Recharts breaking our build
See original GitHub issueWe currently use recharts in our project and after the lastest update of react-smooth, our build is breaking with the following error:
index.js:1Uncaught SyntaxError: Unexpected token import
...
import Animate from './Animate';
in react-smooth/lib/index.js
could you please have a look and release a patch.
thanks.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:15
- Comments:11 (2 by maintainers)
Top Results From Across the Web
How to prevent breaking axis long labels in React Recharts?
React Recharts is breaking values into separate lines ... How to prevent breaking labels and show it fully at the same line?
Read more >Exploring Recharts: what can be rendered inside a Recharts ...
Can we create a new react component which returns a Recharts component and render it inside the top level chart container ? Sadly,...
Read more >Build and Custom Style Recharts Data Charts
Recharts has standard charts and tooltips, but customizing them takes extra effort.
Read more >How to Create and Deploy a Create React App with Recharts ...
Utilising the WikiQuotes API to scrape quotes; Dynamically changing pages and passing props; Deploying on Github Pages. You can definitely do ...
Read more >Awesome React Charts Tips: Gradients, Overlays ... - LeanyLabs
Apply these advanced Recharts library tips to improve your chart`s design and ... Tweaking dx , dy , stdDeviation , flood-color , and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kunall17 you were almost there
npm install directly this package in your project
The solution for now has been to add “react-smooth” package in my dependencies and use 0.1.17 version for now, once this bug will be fix I will update recharts and then remove “react-smooth” package from my direct dependencies.
hope this help
@xile611 to confirm
0.1.19
fixes the problem! Thanks for the fix. It’s much appreciated 👍