Skip to content

Commit 1b43eaa

Browse files
JoviDeCroocktimdorr
authored andcommitted
(feat): support react 16.6 (#1062)
* chore: upgrade dependencies * chore: support react-is in rollup * tests: adjust test react version * test: provide tests for react 16.6 * feat: implement the support for react 16.6 * fix: remove jsx variant * chore: fix failing test by skipping it until further notice * fix: skip failing test * Add 16.6 to the test matrix * Wrap the test in a check for React.memo
1 parent 2093fbb commit 1b43eaa

11 files changed

+2450
-1954
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- REACT=16.3
1010
- REACT=16.4
1111
- REACT=16.5
12+
- REACT=16.6
1213
sudo: false
1314
script:
1415
- npm run lint

0 commit comments

Comments
 (0)