-
Notifications
You must be signed in to change notification settings - Fork 23
F.A.Q
Denis ShiiRochi/ Bogdanenko edited this page Feb 17, 2024
·
2 revisions
First of all, WaveSurfer depends on wavesurfer.js that is client only library.
You should import wavesurfer-react
components and all others based on them using dynamic
import with ssr
option to be disabled.
Also, for next@^17
you should use 'use client' to determine that this is client component.
If you faced the following error, then try to set WebAudio
via backend
prop.
More info about possible similar errors (Russian Source): https://www.articleshub.net/2023/09/ne-udalos-ispolzovat-audiocontext-dlya.html