fix(js_analyze): move comments with useSortedAttributes action#9298
fix(js_analyze): move comments with useSortedAttributes action#9298Netail merged 2 commits intobiomejs:mainfrom
Conversation
🦋 Changeset detectedLatest commit: b91900c The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe assist action for useSortedAttributes was modified to use Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
| // Simple comment | ||
| tel={5555555} | ||
| address="NY" | ||
| {...this.props} | ||
| // Simple comment | ||
| lastName="Smith" |
There was a problem hiding this comment.
I would make these comments different so its more obvious to see if the comments stay with the attributes or not.
Summary
Comments are not moved when sorting attributes
Fixes #9296
Test Plan
Added a unit test
Docs