fix(useVueValidVBind): don't flag missing arguments#9643
Conversation
🦋 Changeset detectedLatest commit: 956001a 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 info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThis PR updates the Possibly related PRs
Suggested labels
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
|
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Summary
Pretty simple fix. The v-bind without argument is valid because you can put an object as the value and it will spread the props. Its like
<Foo {...props}>in jsx.generated with gpt 5.4
fixes #9347
Test Plan
snapshots
Docs