Skip to content

Commit

Permalink
Update packages/react-devtools-shared/src/backend/renderer.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Vaughn <[email protected]>
  • Loading branch information
eps1lon and bvaughn authored Mar 23, 2022
1 parent 5402c21 commit 6f99d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/backend/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export function getInternalReactConstants(
// Keep it in sync, and add version guards if it changes.
//
// TODO Update the gt() check below to be gte() whichever the next version number is.
// Currently the version in Git is 18.0.0 (but that version has not been/may not end up being released).
// Currently the version in Git is 17.0.2 (but that version has not been/may not end up being released).
if (gt(version, '17.0.1')) {
ReactTypeOfWork = {
CacheComponent: 24, // Experimental
Expand Down

0 comments on commit 6f99d07

Please sign in to comment.