Skip to content

JSX Compiler page broken on React 0.9.0 #666

@Daniel15

Description

@Daniel15

Clone master, build docs, go to http://localhost:4000/react/jsx-compiler.html
The live updating is broken when using CodeMirror.

In live_editor.js, if you change

<CodeMirrorEditor codeText={desugaredCode} readOnly={true} />

to

<div>{desugaredCode}</div>

it works as expected, so I'm guessing it's something in the CodeMirror component.

This page works fine on the live site which is running React 0.5.1. It's very possible that my dev environment is broken somehow, but I followed all the steps in the readme file.

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