Skip to content

Conversation

@remcohaszing
Copy link
Member

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and discussions and couldn’t find anything or linked relevant results below
  • I made sure the docs are up to date
  • I included tests (or that’s not needed)

Description of changes

Previously frameworks used to define a global JSX namespace. This is no longer the case. Now users need to define it themselves using module augmentation.

Previously frameworks used to define a global `JSX` namespace. This is
no longer the case. Now users need to define it themselves using module
augmentation.
@remcohaszing remcohaszing added 🦋 type/enhancement This is great to have 📚 area/docs This affects documentation 🤞 phase/open Post is being triaged manually labels Nov 17, 2025
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (50aa8df) to head (d4dee77).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2661   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         2650      2650           
  Branches         2         2           
=========================================
  Hits          2650      2650           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@wooorm wooorm merged commit 0f1cdf4 into main Nov 17, 2025
14 checks passed
@wooorm wooorm deleted the augment-jsx-example branch November 17, 2025 18:48
@wooorm wooorm added the 💪 phase/solved Post is done label Nov 17, 2025
@wooorm
Copy link
Member

wooorm commented Nov 17, 2025

thanks! :)

@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📚 area/docs This affects documentation 💪 phase/solved Post is done 🦋 type/enhancement This is great to have

Development

Successfully merging this pull request may close these issues.

3 participants