Skip to content

Commit

Permalink
Fix copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 21, 2019
1 parent 3ff6cd6 commit 935526e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/scheduler/npm/umd/scheduler.development.js
Expand Up @@ -162,7 +162,7 @@
},
get unstable_sharedProfilingBuffer() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_getFirstCallbackNode;
.Scheduler.unstable_sharedProfilingBuffer;
},
});
});
2 changes: 1 addition & 1 deletion packages/scheduler/npm/umd/scheduler.production.min.js
Expand Up @@ -156,7 +156,7 @@
},
get unstable_sharedProfilingBuffer() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_getFirstCallbackNode;
.Scheduler.unstable_sharedProfilingBuffer;
},
});
});
2 changes: 1 addition & 1 deletion packages/scheduler/npm/umd/scheduler.profiling.min.js
Expand Up @@ -156,7 +156,7 @@
},
get unstable_sharedProfilingBuffer() {
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
.Scheduler.unstable_getFirstCallbackNode;
.Scheduler.unstable_sharedProfilingBuffer;
},
});
});

0 comments on commit 935526e

Please sign in to comment.