We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe/explain the bug Moving cursor over a pie chart crashes the app. Am I missing
To Reproduce This can not be reproduced in regular node_modules repo, I think it's required to use Yarn PnP. Basically, you just need this:
node_modules
<ResponsivePie data={[ { id: "a", label: "a", value: 10 }, { id: "b", label: "b", value: 20 }, ]}
and then move cursor over the chart.
Expected behavior To see a tooltip
Screenshots I assume this context should not be undefined, but it is for some reason:
Desktop (please complete the following information):
Additional context package.json:
"@nivo/core": "^0.83.0", "@nivo/pie": "^0.83.0", "@nivo/tooltip": "^0.83.0",
.yarnrc.yml
yarnPath: .yarn/releases/yarn-3.6.0.cjs
The text was updated successfully, but these errors were encountered:
Should have been solved by #2528.
Sorry, something went wrong.
No branches or pull requests
Describe/explain the bug
Moving cursor over a pie chart crashes the app. Am I missing
To Reproduce
This can not be reproduced in regular
node_modules
repo, I think it's required to use Yarn PnP. Basically, you just need this:and then move cursor over the chart.
Expected behavior
To see a tooltip
Screenshots
I assume this context should not be undefined, but it is for some reason:
Desktop (please complete the following information):
Additional context
package.json:
.yarnrc.yml
The text was updated successfully, but these errors were encountered: