-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification
Description
Describe the problem
i want to scroll to bottom after async component is rendered, is there a way to do this ? i used flushSync after adding the async component the array but apparently flushSync is called before async component is rendered which caused scrollTop to scroll to near the end but not end. i can use mutationObserver but wondering if there's better way to 'wait'.
Describe the proposed solution
flushAllSync
Importance
nice to have
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification