@nivo/bar misses lodash-es as dependency
See original GitHub issueHello,
I’ve noticed that after installing newest nivo/bar version to the clean create-react-app application and including demo Bar component from the documentation, nivo/bar misses lodash-es as dependency.
To reproduce:
create-react-app application
cd application
npm i -S @nivo/bar
- add component code
npm start
results with:
I think the issue might be in babel preset, but I’m not sure. Adding lodash-es as a dependency to the project, or to nivo/bar package fixes this issue.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:15
- Comments:9 (1 by maintainers)
Top Results From Across the Web
@nivo/bar - npm
@nivo/bar. TypeScript icon, indicating that this package has built-in type declarations · Readme · Code Beta · 10 Dependencies · 154 Dependents ·...
Read more >Untitled
Novela juliao petruchio, Andaman nicobar island tourist season! Miss china luo zilin scandal, Learning access mg, Cad usd 2006, Boston manor house, ...
Read more >Nivo Bar Chart Axis Labels Overlapping - ADocLib
I've had to import my charts like so @nivo/bar/dist/nivo-bar.es. ... and I was wondering if I've missed a way to get axis label...
Read more >Search Results - CVE
When handling dependencies that come from a Git repository instead of a registry, ... core function: this function also misses input validation.
Read more >Untitled
Tel sest senat deodoro rj, Addiction ryan leslie lyrics, Playazo 2013 tampico, ... Malarnthum malaratha lyrics, Confiare en tu amor, Miss mopped 2007!...
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
Something similar for
@nivo/line
.lodash@3.x.x
was loaded, but4.x.x
was supposed to be loaded. Inpm install
edlodash@latest
in the root of the app and the problem didn’t disappear until I manually modified the path to lodash incompute.js
(obviously, that’s not a persistent change, because it’s innode_modules
).Fixed by https://github.com/plouc/nivo/pull/191