mspae / react-wavesurfer

React component wrapper for wavesurfer.js
BSD 3-Clause "New" or "Revised" License
108 stars 46 forks source link

wavesurfer.init is not a function #81

Open basilfarraj opened 6 years ago

basilfarraj commented 6 years ago

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

Any idea?