-
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
set minimal react version as 16.8 #7879
Labels
dependencies
pull requests that update a dependency file
help wanted
issues meant to be picked up, require help
preferences
issues related to preferences
Comments
akosyakov
added
help wanted
issues meant to be picked up, require help
preferences
issues related to preferences
dependencies
pull requests that update a dependency file
labels
May 25, 2020
I would like to make a Pr for this. |
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 25, 2020
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 25, 2020
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 25, 2020
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 25, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 26, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 26, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 26, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 26, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 27, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 27, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
nisarhassan12
added a commit
to nisarhassan12/theia
that referenced
this issue
May 27, 2020
Fixes eclipse-theia#7879 Signed-off-by: Nisar Hassan Naqvi <syednisarhassan12@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
pull requests that update a dependency file
help wanted
issues meant to be picked up, require help
preferences
issues related to preferences
React hooks were only introduced in https://reactjs.org/blog/2019/02/06/react-v16.8.0.html but we make use them with early version in package.json. We should bump it to make sure that downstreams update their yarn.lock files.
The text was updated successfully, but these errors were encountered: