Skip to content

fix(compiler): revert deprecation changes to components.d.ts#6184

Merged
christian-bromann merged 2 commits intomainfrom
cb/revert-deprecation-notifications
Mar 3, 2025
Merged

fix(compiler): revert deprecation changes to components.d.ts#6184
christian-bromann merged 2 commits intomainfrom
cb/revert-deprecation-notifications

Conversation

@christian-bromann
Copy link
Copy Markdown
Member

@christian-bromann christian-bromann commented Mar 3, 2025

What is the current behavior?

We have recently pushed a change to the compiler to notify users about the deprecation of using kebab-casing in JSX environments. While this may have been a good idea in theory, it has caused more confusion and devx issues. Let's get rid of it again.

fixes #6184
fixes #6183

What is the new behavior?

Don't deprecate these attributes and make sure the v5 release notes highlight this breaking change visible enough.

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

n/a

Other information

n/a

@christian-bromann christian-bromann merged commit 66cba68 into main Mar 3, 2025
71 checks passed
@christian-bromann christian-bromann deleted the cb/revert-deprecation-notifications branch March 3, 2025 18:48
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.

bug: Attribute reflected prop types causes an typescript error on components.d.ts

1 participant