We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ecbea commit ed70bfaCopy full SHA for ed70bfa
packages/react-debug-tools/src/ReactDebugHooks.js
@@ -359,7 +359,7 @@ const Dispatcher: DispatcherType = {
359
// create a proxy to throw a custom error
360
// in case future versions of React adds more hooks
361
const DispatcherProxyHandler = {
362
- get(target, prop, _receiver) {
+ get(target, prop) {
363
if (target.hasOwnProperty(prop)) {
364
return target[prop];
365
}
0 commit comments