Jonathan Gallivan

Results 1 comments of Jonathan Gallivan

For NextJS, don't worry about "next-transpile-modules". Put the code from the example into its own SpeechToText component, then load that component **dynamically** with SSR turned off: ``` import dynamic from...