Skip to content

perf(webapp): stabilize nested component identities - #4689

Merged
carderne merged 2 commits into
fix/webapp-react-hook-order-lint-tri-13381from
perf/webapp-stable-component-identities-tri-13381
Aug 19, 2026
Merged

perf(webapp): stabilize nested component identities#4689
carderne merged 2 commits into
fix/webapp-react-hook-order-lint-tri-13381from
perf/webapp-stable-component-identities-tri-13381

Conversation

@carderne

@carderne carderne commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

Keep component and renderer identities stable across dashboard renders.

Inline icon components, chart renderers, table cells, and select render callbacks now use module-level implementations. Oxlint enforces the pattern across the dashboard.

Base: #4688

@changeset-bot

changeset-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3eb7cd5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1307b4ce-9844-4672-bc56-4c7c492488b5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@carderne
carderne marked this pull request as ready for review August 19, 2026 11:23
devin-ai-integration[bot]

This comment was marked as resolved.

@carderne
carderne force-pushed the perf/webapp-stable-component-identities-tri-13381 branch from f40a320 to b73f5dd Compare August 19, 2026 11:48
devin-ai-integration[bot]

This comment was marked as resolved.

@carderne
carderne force-pushed the perf/webapp-stable-component-identities-tri-13381 branch from 73ce86a to 3eb7cd5 Compare August 19, 2026 14:53
@pkg-pr-new

pkg-pr-new Bot commented Aug 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

@trigger.dev/build

npm i https://pkg.pr.new/@trigger.dev/build@3eb7cd5

trigger.dev

npm i https://pkg.pr.new/trigger.dev@3eb7cd5

@trigger.dev/core

npm i https://pkg.pr.new/@trigger.dev/core@3eb7cd5

@trigger.dev/python

npm i https://pkg.pr.new/@trigger.dev/python@3eb7cd5

@trigger.dev/react-hooks

npm i https://pkg.pr.new/@trigger.dev/react-hooks@3eb7cd5

@trigger.dev/redis-worker

npm i https://pkg.pr.new/@trigger.dev/redis-worker@3eb7cd5

@trigger.dev/rsc

npm i https://pkg.pr.new/@trigger.dev/rsc@3eb7cd5

@trigger.dev/schema-to-json

npm i https://pkg.pr.new/@trigger.dev/schema-to-json@3eb7cd5

@trigger.dev/sdk

npm i https://pkg.pr.new/@trigger.dev/sdk@3eb7cd5

commit: 3eb7cd5

@carderne
carderne merged commit a2cc315 into main Aug 19, 2026
39 checks passed
@carderne
carderne deleted the perf/webapp-stable-component-identities-tri-13381 branch August 19, 2026 15:36
carderne added a commit that referenced this pull request Aug 19, 2026
## Summary

Remove redundant React fragments from the dashboard and enforce
`react/jsx-no-useless-fragment`.

The cleanup returns existing nodes, arrays, and empty states directly
without adding wrapper elements.

Base: [#4689](#4689)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants