Compile error when adding patternfly/react-charts
See original GitHub issueDescribe the issue. What is the expected and unexpected behavior?
I’m working on migrating a donut chart from patternfly-react
to @patternfly/react-charts
. I’ve added the latest version of react-charts to my project and migrated the code, however I get a build error in an unrelated component from react-charts:
I had actually done this work initially earlier this month against version 5.2.21 and it compiled fine at that point, however as of yesterday building against either that old version or the latest/prelease fails with this compile error.
The changes made are here and full compile output is here, any pointers would be appreciated!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Bug - [ReactChart] - [Missing dependency] · Issue #7791
Successfully merging a pull request may close this issue. Add victory-cursor-container dependency dlabrecq/patternfly-react. 3 participants.
Read more >@patternfly/react-charts - npm
This library provides a set of React chart components for use with the PatternFly reference implementation.. Latest version: 6.94.12, ...
Read more >PatternFly 4 • Error messages
A user typically sees an error message when they attempt to perform an action but cannot continue because something isn't right. Make your...
Read more >PatternFly 4 • Release notes
PatternFly is Red Hat's open source design system. It consists of components, documentation, and code for building enterprise applications at scale.
Read more >Develop with PatternFly
Start with the PatternFly React seed, which is an open source build scaffolding utility created to give developers a jump start when creating...
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 Free
Top 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
This looks like something up my alley since I’m working on #3836 and have a decent amount of rollup experience. I’ll checkout
syndesis
sometime today.@seanforyou23 hey, does this ring any bells?