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
{{ message }}
This repository was archived by the owner on Aug 7, 2018. It is now read-only.
So I installed both react-wavesurfer and wavesurfer.js packages.
Added the alias to my webpack.config.dev.js wavesurfer: require.resolve('wavesurfer.js')
Added the plugin as well:
new webpack.ProvidePlugin({
WaveSurfer: 'wavesurfer.js'
})
And I get this error:
uncaught at _callee2 TypeError: this._wavesurfer.init is not a function