I am creating a postcard application. To utilize the webcam I am using webkitURL which is available on the window object and building the app using
Replace this
import React from 'react'; import ReactDOM from 'react-dom';
into
import React, { Component } from 'react';