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
i am using useStyleSheet for my styles and themes.
I recently started using "Why did you Render" lib to detect why my app is becoming slower.
One reason seems to be that style object ids changing on each render is making components that shouldnt rerender, end up rerendering.
Is there any way to avoid this happening?
Hi,
i am using useStyleSheet for my styles and themes.
I recently started using "Why did you Render" lib to detect why my app is becoming slower.
One reason seems to be that style object ids changing on each render is making components that shouldnt rerender, end up rerendering.
Is there any way to avoid this happening?
The text was updated successfully, but these errors were encountered: