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
Typo fix.

Co-authored-by: Lucas Cordeiro <ecdb.lucas@gmail.com>
  • Loading branch information
Brian Vaughn and lucasecdb committed Jan 4, 2021
1 parent 34842c7 commit 4697951
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 @@ -206,7 +206,7 @@ export function getInternalReactConstants(
};
} else if (gte(version, '17.0.0-alpha')) {
ReactTypeOfWork = {
CacheComponent: -1, // Doens't exist yet
CacheComponent: -1, // Doesn't exist yet
ClassComponent: 1,
ContextConsumer: 9,
ContextProvider: 10,
Expand Down

0 comments on commit 4697951

Please sign in to comment.