fix(react, html): rename MediaProvider (and related) to VideoProvider (#159)

This commit is contained in:
Christian Pillsbury
2025-11-04 07:34:10 -08:00
committed by GitHub
parent 16cfde138d
commit f28557359c
38 changed files with 140 additions and 140 deletions
@@ -8,7 +8,7 @@ import styles from './FullscreenButton.module.css';
* - Data attribute state selectors
* - Enter/exit fullscreen functionality
*
* Note: This component must be used within a MediaProvider context.
* Note: This component must be used within a VideoProvider context.
* See the usage example in the documentation.
*/
export function BasicFullscreenButton() {