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
React <= 15.5.4 does not support this attribute and strips it out with a Warning: Unknown prop controlsList on <video> tag. Remove this prop from the element. warning in the console.
Could you add support for this new attribute? This isn't a pressing issue as it's possible to set the attribute via javascript (i.e. by setting it in a ref or in a component lifecycle event), but it would be nice to have it recognized as the valid attribute it is.
ksmithut, angelcustodio, SergioRevueltas, 0xsven, Nopzen and 10 more