The implementation of invokeGuardedCallback in this repository is not used by React. React has its own internal implementation of a function called invokeGuardedCallback, and the two are not related.
If you are having an issue specific to React, you probably want to file it under the React repository.
It would be neat if React extracted its invokeGuardedCallback into a separate package someday. If that happens, we can certainly deprecate this one!
The implementation of
invokeGuardedCallbackin this repository is not used by React. React has its own internal implementation of a function calledinvokeGuardedCallback, and the two are not related.If you are having an issue specific to React, you probably want to file it under the React repository.
It would be neat if React extracted its
invokeGuardedCallbackinto a separate package someday. If that happens, we can certainly deprecate this one!