-
-
Notifications
You must be signed in to change notification settings - Fork 14
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: tag.innerHTML.replace is not a function
when no module config is provided
#350
Labels
bug
Something isn't working
Comments
This is likely this upstream bug: unjs/unhead#278. |
harlan-zw
added a commit
to unjs/unhead
that referenced
this issue
Nov 21, 2023
The main issue is fixed upstream in Unhead 1.8.6. There are a couple of interesting issues here:
I'm going to fix #1 and will send a PR for #2 for tomorrow if you haven't done so before then |
This was referenced Nov 21, 2023
Closed
I think this should be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π The bug
When the
fontMetrics
configuration is omitted innuxt.config.ts
, pages fail to render with the following error:[500] tag.innerHTML.replace is not a function
.π οΈ To reproduce
https://stackblitz.com/edit/github-rbztbr?file=nuxt.config.ts
π Expected behaviour
No error should be thrown in the absence of
fontMetrics
innuxt.config.ts
βΉοΈ Additional context
No response
The text was updated successfully, but these errors were encountered: