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
Introduces a memory leak as you are definitely not supposed to use styled inline inside a component. What that does is create a leak where a new style definition is created every time you render the component.
The text was updated successfully, but these errors were encountered:
This commit: 6bed387
Introduces a memory leak as you are definitely not supposed to use
styled
inline inside a component. What that does is create a leak where a new style definition is created every time you render the component.The text was updated successfully, but these errors were encountered: