Closed remcohaszing closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mdx | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 19, 2023 10:11am |
All modified lines are covered by tests :white_check_mark:
Comparison is base (
44ca1ff
) 100.00% compared to head (6f84da2
) 100.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I’m still about to go through all the docs, and check all input/output examples.
Do you think you have all? I can merge but I’ll go through everything anyway!
Ah ok, I thought maybe you missed this. These were all occurrences of Object.assign
.
estree-util-build-jsx
was updated to version 3, which uses spread syntax. However, some documentation was still usingObject.assign
in output examples.