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 use 10.0.0-rc.1, and I want to use <audio {...someProps} volume={0.1}>.
But in ts, I got an error :
Property 'volume' does not exist on type 'HTMLAttributes'.
Then I found in index.d.ts file where HTMLAttributes just don't include this attribute.
Is there any chance to add this?
The text was updated successfully, but these errors were encountered:
I use 10.0.0-rc.1, and I want to use <audio {...someProps} volume={0.1}>.
But in ts, I got an error :
Property 'volume' does not exist on type 'HTMLAttributes'.
Then I found in index.d.ts file where HTMLAttributes just don't include this attribute.
Is there any chance to add this?
The text was updated successfully, but these errors were encountered: