Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React from 2d16326d-20240930 to 38af456a-20241010 #71097

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix limit without owner stacks
  • Loading branch information
eps1lon committed Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e7b12abda8e18211c2a91929540ea8b9e123bfd5
Original file line number Diff line number Diff line change
@@ -1933,6 +1933,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1961,6 +1961,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1933,6 +1933,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1961,6 +1961,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,
Original file line number Diff line number Diff line change
@@ -1965,6 +1965,7 @@
return (
null != value._owner &&
outlineComponentInfo(request, value._owner),
doNotLimit.add(value.props),
[
REACT_ELEMENT_TYPE,
value.type,

Unchanged files with check annotations Beta

}
}
/// Subscribes to lifecycle events of the compilation.

Check warning on line 932 in crates/napi/src/next_api/project.rs

GitHub Actions / rustdoc check / build

public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::Start`

Check warning on line 932 in crates/napi/src/next_api/project.rs

GitHub Actions / rustdoc check / build

public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::End`

Check warning on line 932 in crates/napi/src/next_api/project.rs

GitHub Actions / rustdoc check / build

public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::End`

Check warning on line 932 in crates/napi/src/next_api/project.rs

GitHub Actions / rustdoc check / build

public documentation for `project_update_info_subscribe` links to private item `UpdateMessage::Start`
///
/// Emits an [UpdateMessage::Start] event when any computation starts.
/// Emits an [UpdateMessage::End] event when there was no computation for the