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
Example: <input type="number"/> should only allow values of type number/bigint.
The contraints must be correctly propagated to the jsx element definitions without collapsing the individual attributes to union types.
The text was updated successfully, but these errors were encountered:
Example:
<input type="number"/>
should only allow values of type number/bigint.The contraints must be correctly propagated to the jsx element definitions without collapsing the individual attributes to union types.
The text was updated successfully, but these errors were encountered: