-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 & react-dom to 16.8 #7883
bump react & react-dom to 16.8 #7883
Conversation
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.
@nisarhassan12 thank you for your contribution!
Can you please sign-off
your commit (reason for the failed CI check) and also fill out the pull-request description template?
e20b5ee
to
9691bda
Compare
Thanks! @vince-fugnitto I have signed of the commit and filled the pull request description template. |
I meant 'what it does' and 'how to test', we use this fields during reviews but also for traceability if we ever need to revisit the pull-request in the future. |
@vince-fugnitto Opps Sorry. |
@vince-fugnitto Done. Sorry for my bad communication skills. |
Why not |
44000c6
to
53a2193
Compare
@nisarhassan12 please make sure to build the project and fix compilation errors. |
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.
@nisarhassan12 I see the following error:
packages/navigator/src/browser/navigator-widget.tsx:236:38 - error TS2345: Argument of type 'import("/Users/vincentfugnitto/workspace/theia/node_modules/@types/react/index").MouseEvent<HTMLElement, MouseEvent>' is not assignable to parameter of type 'React.MouseEvent<HTMLElement, MouseEvent>'.
Type 'MouseEvent<HTMLElement, MouseEvent>' is missing the following properties from type 'MouseEvent<HTMLElement, MouseEvent>': detail, view
236 super.handleClickEvent(node, event);
fca1097
to
649ac94
Compare
Thanks! the project can be successfully built I have fixed the compilation errors. |
2a15b17
to
5915b90
Compare
Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
5915b90
to
6dc2082
Compare
@vince-fugnitto Could you test it please? Code looks good. |
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.
@akosyakov sorry I didn't see the ping, I verified and did not notice any regressions 👍
What it does
Fixes #7879
bumps react & react-dom to 16.8 as @akosyakov said in #7879 (comment) :
How to test
Review checklist
Reminder for reviewers