These two properties are required for showing subtitles in video element (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track) but currently doesn't support in react attributes. (for subtitle kind is not required but better to add it too for different type of track.)
Can these two add to the supported list so don't need to use dangerouslySetInnerHTML when render tracks.
These two properties are required for showing subtitles in video element (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track) but currently doesn't support in react attributes. (for subtitle kind is not required but better to add it too for different type of track.)
Can these two add to the supported list so don't need to use
dangerouslySetInnerHTMLwhen render tracks.