indigo-player icon indicating copy to clipboard operation
indigo-player copied to clipboard

Deprecation warnings are triggered when config does not reflect the settings.

Open matvp91 opened this issue 4 years ago • 0 comments

Importing indigo-player as a module provides us with two warnings, they are not related to the config that we provide.

image

indigoPlayer.init(ref.current, {
    sources: [{
        type: 'mp4',
        src: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
    }],
});

matvp91 avatar Apr 20 '20 18:04 matvp91