You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add _validate_component_children bypass for experimental memo wrappers
Memo wrappers are transparent in the authored component tree — they
should not trigger _valid_parents checks against themselves. Override
_validate_component_children on ExperimentalMemoComponent to skip the
check, preventing false validation failures when a restricted child
(e.g. _valid_parents = ["ValidParent"]) is wrapped in a memo before
being placed inside its valid parent.
0 commit comments