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

Fix JSX namespace @ts-ignores #3282

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

emmatown
Copy link
Member

@emmatown emmatown commented Dec 5, 2024

Follow on from #3281 (comment) where I didn't explain the problem well, the comment I wrote in the code should clarify what the @ts-ignores are solving here and how it wasn't working from switching to authoring in .ts since all the comments within declarations get removed.

No changeset since it's just a fix for something that hasn't been released.

Also, while tests for this would probably be good, since we're probably gonna do a release to only support React 19 soon enough, I think this is fine.

@emmatown emmatown requested a review from Andarist December 5, 2024 20:59
Copy link

changeset-bot bot commented Dec 5, 2024

⚠️ No Changeset found

Latest commit: 51d662a

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

Copy link

codesandbox-ci bot commented Dec 5, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@emmatown emmatown force-pushed the fix-jsx-namespace-ts-ignores branch from 8c81e27 to 51d662a Compare December 6, 2024 01:46
@Andarist Andarist merged commit 5974e33 into main Dec 6, 2024
13 checks passed
@Andarist Andarist deleted the fix-jsx-namespace-ts-ignores branch December 6, 2024 11:35
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