-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Remove trailing space for void elements #282
Conversation
🦋 Changeset detectedLatest commit: 592a4ba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
What's the benefit here? Seems like it could be a really difficult change for people to pick up if lots of tests use this. |
The being more in-line with the output React produces and it being a tad smaller resounded with me, however open to rebuttal there :D Note that the next version will be a major either way |
Not sure how this works with Changesets, but could we somehow put this into whatever the next major is, rather than creating a major for this change on its own? |
@developit added it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React compat seems useful. Let's do it in next major
Marked as major in case people rely on this for tests
Fixes #279