Skip to content

Conversation

@TrevorBurnham
Copy link

Description

This PR applies some minor code streamlining:

  • Hoist regionProps objects to module-level constants to avoid recreation on every render
  • Remove redundant optional chaining in highlight/index.tsx where token.className is already checked in the ternary condition

How has this been tested?

I've run the server and confirmed that the demos render as expected.

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Hoist regionProps objects to module-level constants to avoid
  recreation on every render
- Remove redundant optional chaining in highlight/index.tsx where
  token.className is already checked in the ternary condition
@TrevorBurnham TrevorBurnham requested a review from a team as a code owner January 25, 2026 00:12
@TrevorBurnham TrevorBurnham requested review from gethinwebster and removed request for a team January 25, 2026 00:12
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.

1 participant