I saw in the last update that 'className' was removed from the props in the typescript types. That property was very important since it allows to access and manipulate the style of the ReactPlayer component. Is there a preferred way to deal with this ? i would rather not create another div (since the component already creates 2 of those) around it just to style it.
I saw in the last update that 'className' was removed from the props in the typescript types. That property was very important since it allows to access and manipulate the style of the
ReactPlayercomponent. Is there a preferred way to deal with this ? i would rather not create another div (since the component already creates 2 of those) around it just to style it.