You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When a chart is resized with no configuration changes, onRenderChange fails to fire leaving no way for a consumer to detect the rerender.
To Reproduce
Steps to reproduce the behavior:
Create a chart and instrument onRenderChange with a console statement
Resize the chart canvas (resizing the browser works)
Describe the issue
When a chart is resized with no configuration changes,
onRenderChangefails to fire leaving no way for a consumer to detect the rerender.To Reproduce
Steps to reproduce the behavior:
onRenderChangewith a console statementSee https://codesandbox.io/s/focused-rubin-n6s97f?file=/src/App.tsx
The chart resizes, but the
onRenderChangeisn't called.Screen.Recording.2023-11-02.at.10.31.09.AM.mp4