Skip to content

SSR not working anymore since 2.3.0 #272

Description

@hrasoa

I created a small app with razzle here: https://github.com/hrasoa/react-live

import React from 'react';
import {
  LiveProvider,
  LivePreview
} from 'react-live'

const App = () => (
  <LiveProvider code="<strong>Hello World!</strong>">
    <LivePreview />
  </LiveProvider>
);

export default App;

With react-live@2.2.3

<div id="root"><div><strong>Hello World!</strong></div></div>

From react-live@2.3.0

<div id="root"><div></div></div>

Metadata

Metadata

Assignees

No one assigned

    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