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
Consistent speed between component list re-renders.
What is actually happening?
With "use component" unchecked: rendering is instantaneous.
With "use component" checked: rendering the components takes longer and longer each time the elements are rendered.
Tested in Firefox, Edge, Chrome and Opera. It seems to be most noticeable with Chrome and Opera.
This does not appear to happen in production mode, but cases like this during testing will mean eventually waiting full seconds for many components to render.