You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For accessibility reasons, I prefer to use rehype-katex in HTML mode rather than SVG mode.
However, this causes MDC (through @nuxt/content) to spam the console with [Vue warn]: Failed to resolve component warnings, which has caused me to miss various legitimate warnings during development.
This is despite having defined isCustomElement() because, to my understanding, it is not used when directly calling resolveComponent()
For anyone following this issue because of MathML tags (annotation, semantics, mfrac, etc), please follow #258 instead as that is the main issue affecting MathML usage with MDC (Vue has supported MathML since 3.4).
I won't close this issue though as it affects custom component usage with MDC regardless.
For accessibility reasons, I prefer to use
rehype-katex
in HTML mode rather than SVG mode.However, this causes MDC (through
@nuxt/content
) to spam the console with[Vue warn]: Failed to resolve component
warnings, which has caused me to miss various legitimate warnings during development.This is despite having defined
isCustomElement()
because, to my understanding, it is not used when directly callingresolveComponent()
Related: nuxt/nuxt#24104
The text was updated successfully, but these errors were encountered: