Replies: 1 comment 8 replies
|
@gitajay Thanks for reporting this issue! After diving into this, we have reasons to suspect that there is a race condition that is only highlighted with a very large number of components. Do you mind creating an Issue from this? I will then tag it and pick it up for v28.0.1 Thank you! |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Facing a minor issue which is related to scroll. Once the preview get loaded and hippo-overlay painted. We modified a component document which makes the page to reload. Consider the component is in the mid of the 50+ components. So the page to scroll to that component after it loads. But this is not consistent. It scrolls to a different component sometimes. All the components are async, so is that the reason that the scroll set and async components rendered after it? How can we overcome this for a consistent behaviour?
All reactions