cafe-video-player 3.0.18 → 3.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.cjs +2 -2
- package/index.cjs.map +1 -1
- package/index.d.mts +66 -0
- package/index.d.ts +66 -0
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ export default function HomePage() {
|
|
|
170
170
|
|
|
171
171
|
⚠️ Disable React StrictMode, as it may cause duplicate executions of effects and unexpected behavior during development.
|
|
172
172
|
|
|
173
|
-
For the modals to work correctly, you need to add the following tag to the end of the body tag
|
|
173
|
+
For the modals to work correctly, you need to add the following tag to the end of the body tag.
|
|
174
174
|
|
|
175
175
|
```jsx
|
|
176
176
|
<div id="dialog-react-root-videoPlayer" />
|