react-create-html-video 1.4.2 → 1.4.4

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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,10 +12,6 @@ A lightweight React component that programmatically generates and plays an HTML
12
12
  ```console
13
13
  npm install react-create-html-video
14
14
  ```
15
- **Note:** If you are having trouble in some environments like Next.js, try to install with
16
- ```console
17
- npm install --save react-create-html-video@1.2.0
18
- ```
19
15
 
20
16
  ### 🎲 Features
21
17
 
@@ -38,8 +34,8 @@ export type TReactCreateHTMLVideo = {
38
34
 
39
35
  ```javascript
40
36
  "peerDependencies": {
41
- "react": ">=17",
42
- "react-dom": ">=17"
37
+ "react": ">=18",
38
+ "react-dom": ">=18"
43
39
  }
44
40
  ```
45
41
 
@@ -100,6 +96,8 @@ All files | 100 | 100 | 100 | 100 |
100
96
  -----------|---------|----------|---------|---------|-------------------
101
97
  ```
102
98
 
99
+ <br/>🎯 **Note:** Release(s) 1.4.x has fixed issues related to react-dedup. It was found that inspite of being a react client side component, an error related to ```Cannot read properties of undefined (reading 'ReactCurrentDispatcher')``` was coming up. You can now install this package directly. If issues still persist, please do raise a github issue along with screenshots and comments for me to work on.
100
+
103
101
  ### 📘 Contributing
104
102
 
105
103
  Contributions, suggestions, and improvements are welcome.<br/>
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "frontend",
19
19
  "react-ui"
20
20
  ],
21
- "version": "1.4.2",
21
+ "version": "1.4.4",
22
22
  "main": "dist/index.cjs.js",
23
23
  "module": "dist/index.esm.js",
24
24
  "types": "dist/index.d.ts",