You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ var Video = require('react-html5video/dist/ReactHtml5Video');
32
32
33
33
```js
34
34
// Exports to this global
35
-
var Video =window.ReactHtml5Video;
35
+
var Video =window.ReactHtml5Video.default;
36
36
```
37
37
38
38
```js
@@ -150,6 +150,10 @@ To run a server with hot module replacement:
150
150
151
151
Open [http://localhost:8082](http://localhost:8082). You can now modify the files in both `src` and `demo/src`.
152
152
153
+
### Issues
154
+
155
+
Feel free to raise and solve any existing issues as desired. Where possible please do try and replicate any bugs you may have using the [react-html5video jsfiddle](https://jsfiddle.net/mderrick/7s9a311q/1/) and include them in your ticket.
0 commit comments