Skip to content

Conversation

@rahmanunver
Copy link
Contributor

@rahmanunver rahmanunver commented Feb 3, 2026

Pull request type

Bug fix (non-breaking change which fixes an issue)


Description

Due to conditional visibility preventing rendering multiple times on data change (usually dataLength=0 -> dataLength=2 - and so on, with conditional visibility this doesn't happen), the custom chart is preserving the stale data.

This fix introduces a mobx reaction to observe data explicitly, and trigger update on EditorStore with the fresh data.

@rahmanunver rahmanunver requested a review from a team as a code owner February 3, 2026 15:40
@github-actions github-actions bot added the shared label Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants