-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Crash on using LineRadial #4
Comments
sorry, wrong cause, looks like this component is the reason:
with pointString = |
I created a CodeSandbox to reproduce this: https://codesandbox.io/s/quirky-oskar-f382c4?file=/src/App.tsx:0-1745. I don't find any issue with the I don't know if this is the issue that you encountered. If you still have the crash, please create a minimal repo or sandbox. |
First, great project! Read your blog as well, very nice.
my project mainly uses Visx, everything works fine, except one big issue when rendering Radar chart which internally uses
LineRadial
, the component is from @visx/shape, looks like there is an infinite loop, and eventually web page crashes.Any idea what goes wrong?
The text was updated successfully, but these errors were encountered: