Skip to content

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

@pietrop

Description

@pietrop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions