-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump react-modal 2.4.1 -> 3.0.4 #2098
Conversation
a192bc5
to
3e096f5
Compare
Codecov Report
@@ Coverage Diff @@
## master #2098 +/- ##
=======================================
Coverage 22.16% 22.16%
=======================================
Files 268 268
Lines 5875 5875
Branches 706 718 +12
=======================================
Hits 1302 1302
+ Misses 4040 4035 -5
- Partials 533 538 +5
Continue to review full report at Codecov.
|
@ndelangen do we really need all three dependencies here (in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This mostly works, but there is one regression when comparing to master
: when you open the search box, it isn't focused
Steps to reproduce:
yarn bootstrap --core
yarn start
Open http://localhost:9010/ and hit ⌘ ⇧ P
. Expected: search box is focused. Actual: it isn't focused
Agree, looks like we can remove the dependency on This PR is a good place to remove it in, Will you be able to do that @brucewpaul, or do you need one of use to do it? 👍 |
I'll be able to get to this and I'll take a look at the bug you described as well. Additionally, has there been discussion on adding react16 to peerDeps and what how you all want to get there? |
I'll put React16 on the issue list for the roadmap meeting. #1724 is on react 16. |
@ndelangen master is on React 16 as well |
Any progress on this, Is there anything needed of me? @Hypnosphi |
The only critical thing is this: #2098 (review) |
I think I'll pick this one up |
Superseded by #2238 |
Issue:
react-modal needs to be ^3 as this is one of the dependencies that has a react peerdep. ^3 unlocks react16 as a peerdep
What I did
bumped react-modal
How to test
Is this testable with jest or storyshots?
Does this need a new example in the kitchen sink apps?
Does this need an update to the documentation?
If your answer is yes to any of these, please make sure to include it in your PR.