You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, internal layout reflow is triggered on componentDidUpdate method of the ComboBox, which causes a layout reflow during ongoing animation. Can be observed in the following stacklitz example: https://stackblitz.com/edit/react-8mxlqb?file=CompTwo.js
Further investigation is required to confirm if this can be fixed in the ComboBox or in the Animation.
The text was updated successfully, but these errors were encountered:
@kspeyanski Any status update? I have tried the example, but I couldn`t observe any obvious problems with it. Is it possible that it was browser related?
Currently, internal layout reflow is triggered on
componentDidUpdate
method of the ComboBox, which causes a layout reflow during ongoing animation. Can be observed in the following stacklitz example:https://stackblitz.com/edit/react-8mxlqb?file=CompTwo.js
Further investigation is required to confirm if this can be fixed in the ComboBox or in the Animation.
The text was updated successfully, but these errors were encountered: