react-create-html-video 1.4.3 → 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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,8 +34,8 @@ export type TReactCreateHTMLVideo = {
|
|
|
34
34
|
|
|
35
35
|
```javascript
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": ">=
|
|
38
|
-
"react-dom": ">=
|
|
37
|
+
"react": ">=18",
|
|
38
|
+
"react-dom": ">=18"
|
|
39
39
|
}
|
|
40
40
|
```
|
|
41
41
|
|
|
@@ -96,6 +96,8 @@ All files | 100 | 100 | 100 | 100 |
|
|
|
96
96
|
-----------|---------|----------|---------|---------|-------------------
|
|
97
97
|
```
|
|
98
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
|
+
|
|
99
101
|
### 📘 Contributing
|
|
100
102
|
|
|
101
103
|
Contributions, suggestions, and improvements are welcome.<br/>
|