Skip to content

Commit 6f99d07

Browse files
eps1lonbvaughn
andauthored
Update packages/react-devtools-shared/src/backend/renderer.js
Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com>
1 parent 5402c21 commit 6f99d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-devtools-shared/src/backend/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function getInternalReactConstants(
220220
// Keep it in sync, and add version guards if it changes.
221221
//
222222
// TODO Update the gt() check below to be gte() whichever the next version number is.
223-
// Currently the version in Git is 18.0.0 (but that version has not been/may not end up being released).
223+
// Currently the version in Git is 17.0.2 (but that version has not been/may not end up being released).
224224
if (gt(version, '17.0.1')) {
225225
ReactTypeOfWork = {
226226
CacheComponent: 24, // Experimental

0 commit comments

Comments
 (0)