Skip to content

Commit

Permalink
(feat): support react 16.6 (reduxjs#1062)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JoviDeCroock authored and timdorr committed Oct 25, 2018
1 parent 0c88f0d commit 0626c36
Show file tree
Hide file tree
Showing 11 changed files with 2,450 additions and 1,954 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- REACT=16.3
- REACT=16.4
- REACT=16.5
- REACT=16.6
sudo: false
script:
- npm run lint
Expand Down

0 comments on commit 0626c36

Please sign in to comment.