diff --git a/components/DeviceFrame/VideoDeviceFrame.js b/components/DeviceFrame/VideoDeviceFrame.js index abec9f017..ff10536c3 100644 --- a/components/DeviceFrame/VideoDeviceFrame.js +++ b/components/DeviceFrame/VideoDeviceFrame.js @@ -1,6 +1,7 @@ import PropTypes from 'prop-types'; import React from 'react'; -import ReactVideo from 'react-html5video'; + +import { DefaultPlayer as ReactVideo } from 'react-html5video'; const VideoDeviceFrame = ({ children: source, deviceImage, css, ...rest }) => (
@@ -13,7 +14,7 @@ const VideoDeviceFrame = ({ children: source, deviceImage, css, ...rest }) => (