-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When embedding ChartKit within a modal component, the chart content fails to render correctly after the initial opening.
First render works as expected, but subsequent renders fail to fully mount the chart.
Reproduction
https://codesandbox.io/p/devbox/n96pcm
Steps to reproduce
- Open the modal containing the ChartKit component for the first time.
- Close the modal.
- Reopen the modal.
- Observe that only the chart title is visible; the chart itself is missing.
Expected Behavior:
The chart (including its title and visual content) should render completely every time the modal is opened.
Actual Behavior:
On subsequent openings of the modal, only the chart title remains visible. The chart visualization disappears.
Environment
Browser: Any
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working