Skip to content
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

docs: Fix image component API reference parsing #73658

Merged

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Dec 8, 2024

Fixes

Error: R] Unexpected character `1` (U+0031) before name, expected a character that can start a name, such as a letter, `$`, or `_` [plugin @mdx-js/esbuild]

    _mdx_bundler_entry_point-e5aea7a2-5548-4d5e-a760-72baa71b269a.mdx:318:87:
      318 │ ...ization such as small images (<1KB), vector images (SVG), or a...

-- https://github.com/vercel/front/actions/runs/12223101782/job/34094208064?pr=39684

< is signalling JSX syntax. {"<"} might've also fixed it but testing this is hard so I just went with the save bet. We also never use {""} nor &lt; at the moment so this may not even work.

@ijjk ijjk added created-by: Next.js team PRs by the Next.js team. Documentation Related to Next.js' official documentation. labels Dec 8, 2024
Copy link
Member Author

eps1lon commented Dec 8, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@eps1lon eps1lon marked this pull request as ready for review December 8, 2024 16:47
@eps1lon eps1lon requested a review from styfle December 8, 2024 16:48
@eps1lon eps1lon merged commit c291ff6 into canary Dec 8, 2024
53 checks passed
@eps1lon eps1lon deleted the sebbie/12-08-docs_fix_image_component_api_reference_parsing branch December 8, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
created-by: Next.js team PRs by the Next.js team. Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants