73 matches across 1 files for TODO path:packages/react-reconciler/src/ReactFiberCommitWork.js lang:JavaScript
snippet_mode: auto · sorted by relevance
packages/react-reconciler/src/ReactFiberCommitWork.js JAVASCRIPT 73 matches · showing 5 view file →
373function commitBeforeMutationEffects_begin(isViewTransitionEligible: boolean) {
374 // If this commit is eligible for a View Transition we look into all mutated subtrees.
375 // TODO: We could optimize this by marking these with the Snapshot subtree flag in the render phase.
376 const subtreeMask = isViewTransitionEligible
377 ? BeforeAndAfterMutationTransitionMask
· · ·
383 // Let's skip the whole loop if it's off.
384 if (enableCreateEventHandleAPI || isViewTransitionEligible) {
385 // TODO: Should wrap this in flags check, too, as optimization
386 const deletions = fiber.deletions;
387 if (deletions !== null) {
· · ·
404 // to trigger updates of any nested view transitions and we shouldn't
405 // have any other before mutation effects since snapshot effects are
406 // only applied to updates. TODO: Model this using only flags.
407 if (isViewTransitionEligible) {
408 trackEnterViewTransitions(fiber);
· · ·
412 }
413
414 // TODO: This should really unify with the switch in commitBeforeMutationEffectsOnFiber recursively.
415 if (enableViewTransition && fiber.tag === OffscreenComponent) {
416 const isModernRoot =
· · ·
436 // to trigger updates of any nested view transitions and we shouldn't
437 // have any other before mutation effects since snapshot effects are
438 // only applied to updates. TODO: Model this using only flags.
439 if (isViewTransitionEligible) {
440 trackEnterViewTransitions(fiber);
+ 68 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.