This repository has been archived by the owner on May 5, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reproduction of issue reported as facebook/react#11526
- Loading branch information
0 parents
commit 6432904
Showing
8 changed files
with
3,266 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v8.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.