Skip to content
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

When I wanted to extend props with my own values, there was unwanted … #205

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

hlouzek
Copy link
Contributor

@hlouzek hlouzek commented Nov 16, 2023

When I wanted to extend props with my own values, there was unwanted rerendering and reloading of the entire document, which caused flickering. After several days of searching, I found out that the ProxyRenderer.tsx component was causing this. With this modification, rerendering no longer occurs

hlouzek and others added 2 commits November 16, 2023 12:46
…rerendering and reloading of the entire document, which caused flickering. After several days of searching, I found out that the ProxyRenderer.tsx component was causing this. With this modification, rerendering no longer occurs.
@khavinshankar
Copy link

@hlouzek We also were facing a similar issue, we had a sidebar that could be extended, which was causing unnecessary rerendering and resetting the page number and so on. This fix fixed it, thanks 🥳

@cyntler can you please look into this and consider merging? Thanks.

@cyntler cyntler merged commit b02c6bd into cyntler:main Jan 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants