From 093f618a59efff1f982091f600d379d1f86343fa Mon Sep 17 00:00:00 2001 From: nikolas Date: Mon, 21 Jul 2025 15:10:09 -0400 Subject: [PATCH] MIGRATING.md: Fix broken link to demo app --- MIGRATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATING.md b/MIGRATING.md index a93dbc63..6ed6a3f0 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -34,7 +34,7 @@ As of `v3.0` some player props are renamed to be closer to the native ### Player instance methods -As of `v3.0` use [`ref`](https://react.dev/learn/manipulating-the-dom-with-refs) to call instance methods on the player. See [the demo app](examples/react/src/App.js) for an example of this. Since `v3`, the instance methods aim to be 🔥 __compatible +As of `v3.0` use [`ref`](https://react.dev/learn/manipulating-the-dom-with-refs) to call instance methods on the player. See [the demo app](examples/react/src/App.tsx) for an example of this. Since `v3`, the instance methods aim to be 🔥 __compatible with the [HTMLMediaElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement) interface__. ### Player callback props