SolaraS
Solara15mo ago
ntjess

Console error rendering markdown links in `solara.Markdown`

import solara
solara.Markdown("[a link](https://www.google.com)")

This code produces the following stack trace in the Chrome dev console:

Uncaught (in promise) TypeError: href.starswith is not a function
    at VueComponent.setupRouter (eval at <anonymous> (VueTemplateRenderer.js:351:21), <anonymous>:35:33)
    at eval (eval at <anonymous> (VueTemplateRenderer.js:351:21), <anonymous>:24:58)
    at NodeList.forEach (<anonymous>)
    at VueComponent.mounted (eval at <anonymous> (VueTemplateRenderer.js:351:21), <anonymous>:24:40)


Is there a way to avoid the error?
Was this page helpful?