-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: undefined place in vFile message causes TypeError #521
Conversation
Many remark-lint errors do not set a place variable in the vFile message. This code should accept undefined for this field. fixes mdx-js#520
🦋 Changeset detectedLatest commit: c763f7a The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c763f7a:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #521 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 196 196
Branches 33 33
=========================================
Hits 196 196 ☔ View full report in Codecov by Sentry. |
Fixes #520