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
Render a button with an icon named in 2 words (via props or children has the same effect) : const example = () => <Button icon="square check" content="ON" />
Expected Result
The button with text and icon rendered in more or less than 1ms.
(A button with an icon named in one word take less than 1ms)
Actual Result
Somehow the render take about 60-70ms.
Version
0.68.3
I'm sorry but I couldn't get Perf working in codepen
The text was updated successfully, but these errors were encountered:
Steps
Render a button with an icon named in 2 words (via props or children has the same effect) :
const example = () => <Button icon="square check" content="ON" />
Expected Result
The button with text and icon rendered in more or less than 1ms.
(A button with an icon named in one word take less than 1ms)
Actual Result
Somehow the render take about 60-70ms.
Version
0.68.3
I'm sorry but I couldn't get Perf working in codepen
The text was updated successfully, but these errors were encountered: