Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
reproduction of issue reported as facebook/react#11526
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Nov 11, 2017
0 parents commit 6432904
Show file tree
Hide file tree
Showing 8 changed files with 3,266 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
"env",
"react",
"stage-0"
],
"plugins": [
"transform-class-properties",
"transform-decorators",
"transform-react-constant-elements",
"transform-react-inline-elements"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.9
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# frozen react-dom/server

the is a reproduction for https://github.com/facebook/react/issues/11526

## the problem in v16.1

simply run:

```sh
$ npm t
```

## working version in v16.0

```
$ npm i react@16.0 react-dom@16.0
$ npm t
```
Loading

0 comments on commit 6432904

Please sign in to comment.