Skip to content

Commit

Permalink
Fix limit without owner stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 10, 2024
1 parent 6565a87 commit e7b12ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1933,6 +1933,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1933,6 +1933,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Expand Down

0 comments on commit e7b12ab

Please sign in to comment.