Skip to content

Fix SSR regression #321

Description

@jpdriver

we need to refactor <LiveProvider /> to avoid relying on useEffect (which does not run on the server because it only runs after each render)

we also have a useState hook that gets initialized with empty values. The refactor should make transpileAsync() callable in both the useEffect hook and the useState initializer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions