Skip to content

Conversation

jackpope
Copy link
Contributor

@jackpope jackpope commented Oct 1, 2025

Called Before:

logEvent is a function created with React Hook "useEffectEvent", and can only be called from the same component.

Called After:

logEvent is a function created with React Hook "useEffectEvent", and can only be called from Effects and Effect Events in the same component.

Referenced Before:

logEvent is a function created with React Hook "useEffectEvent", and can only be called from the same component. They cannot be assigned to variables or passed down.

Referenced After:

logEvent is a function created with React Hook "useEffectEvent", and can only be called from Effects and Effect Events in the same component. It cannot be assigned to a variable or passed down.

@react-sizebot
Copy link

Comparing: bbc2d59...5cd5f79

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.js = 6.68 kB 6.68 kB +0.05% 1.83 kB 1.83 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 536.18 kB 536.18 kB = 94.81 kB 94.81 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB = 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 663.77 kB 663.77 kB = 117.03 kB 117.03 kB
facebook-www/ReactDOM-prod.classic.js = 687.71 kB 687.71 kB = 121.08 kB 121.08 kB
facebook-www/ReactDOM-prod.modern.js = 678.14 kB 678.14 kB = 119.44 kB 119.44 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against 5cd5f79

@jackpope jackpope merged commit 67e24bc into facebook:main Oct 1, 2025
247 checks passed
@jackpope jackpope deleted the improve-uee-lint branch October 1, 2025 19:17
github-actions bot pushed a commit that referenced this pull request Oct 1, 2025
Called Before:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from the same component.

Called After:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from Effects and Effect Events in the same component.

Referenced Before:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from the same component. They cannot be assigned to
variables or passed down.

Referenced After:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from Effects and Effect Events in the same component.
It cannot be assigned to a variable or passed down.

DiffTrain build for [67e24bc](67e24bc)
github-actions bot pushed a commit that referenced this pull request Oct 1, 2025
Called Before:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from the same component.

Called After:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from Effects and Effect Events in the same component.

Referenced Before:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from the same component. They cannot be assigned to
variables or passed down.

Referenced After:

> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from Effects and Effect Events in the same component.
It cannot be assigned to a variable or passed down.

DiffTrain build for [67e24bc](67e24bc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants