We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5402c21 commit 6f99d07Copy full SHA for 6f99d07
1 file changed
packages/react-devtools-shared/src/backend/renderer.js
@@ -220,7 +220,7 @@ export function getInternalReactConstants(
220
// Keep it in sync, and add version guards if it changes.
221
//
222
// 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).
+ // Currently the version in Git is 17.0.2 (but that version has not been/may not end up being released).
224
if (gt(version, '17.0.1')) {
225
ReactTypeOfWork = {
226
CacheComponent: 24, // Experimental
0 commit comments