pietrop / slate-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. Using the SlateJs editor.
https://pietrop.github.io/slate-transcript-editor
Other
73 stars 33 forks source link

update README with info about using this component in NextJs #64

Open pietrop opened 3 years ago

pietrop commented 3 years ago

Is your feature request related to a problem? Please describe.

update README with info about using in NextJs Describe the solution you'd like

Add this to README

Next.js is a serverside renderer which conflicts with the component. You can import it like this

const SlateTranscriptEditor = dynamic(import('slate-transcript-editor'), { ssr: false }) 

Describe alternatives you've considered

NA Additional context

NA