Skip to content

Commit

Permalink
Update packages/react-reconciler/src/ReactFiberHostContext.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 15, 2024
1 parent fa7c1dd commit 3ea5f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberHostContext.js
Expand Up @@ -131,7 +131,7 @@ function popHostContext(fiber: Fiber): void {
pop(hostTransitionProviderCursor, fiber);

// When popping the transition provider, we reset the context value back
// to `NotPendingTransition`. We can do this because you're not allowd to nest forms. If
// to `NotPendingTransition`. We can do this because you're not allowed to nest forms. If
// we allowed for multiple nested host transition providers, then we'd
// need to reset this to the parent provider's status.
if (isPrimaryRenderer) {
Expand Down

0 comments on commit 3ea5f54

Please sign in to comment.