We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upgrading to Astro 5 in #370 required me to workaround an error with our custom type formatter.
arcjet-docs/src/components/DisplayType.astro
Line 24 in c3a9338
This needs fixing, although the output is already formatted correctly so maybe we don't need that line?
The text was updated successfully, but these errors were encountered:
Disabling this made the Nosecone docs extremely frustrating to read because the string literals don't get wrapped.
I don't see the runtime failure on main. When did it happen? In the dev server or only in production?
Sorry, something went wrong.
It was in dev at runtime when loading one of the pages that uses the code e.g. the Nosecone reference. However, I can't reproduce it now.
blaine-arcjet
Successfully merging a pull request may close this issue.
Upgrading to Astro 5 in #370 required me to workaround an error with our custom type formatter.
arcjet-docs/src/components/DisplayType.astro
Line 24 in c3a9338
This needs fixing, although the output is already formatted correctly so maybe we don't need that line?
The text was updated successfully, but these errors were encountered: