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
#366
When
1. an attribute expects input of number only
2. its value is of type number
3. attribute is written as string
then transform it
Example: `<div tabindex="1"></div>` --> `<div tabindex={1}></div>`
0 commit comments