fix(core): detect JSX reference identifiers in Astro/Vue/Svelte templates#9435
fix(core): detect JSX reference identifiers in Astro/Vue/Svelte templates#9435
Conversation
🦋 Changeset detectedLatest commit: 2dfbb2e 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 (1)
📒 Files selected for processing (3)
WalkthroughThis patch release fixes a false positive in 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 |
Summary
Closes #9432
Added a branch to handle
JsxReferenceIdentifieras well in thevisit_non_source_snippetfunction to correctly detect usages of the value in embedded JSX snippets in Astro/Vue/Svelete templates.Test Plan
Added a snapshot test.
Docs
N/A