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
编译结果中有extends HTMLElement 的语句,导致在 SSR 中无法使用。
extends HTMLElement
class QuarkElement extends HTMLElement implements ReactiveControllerHost.
class QuarkElement extends HTMLElement implements ReactiveControllerHost
The text was updated successfully, but these errors were encountered:
能接受无法在服务端正常渲染,到客户端再渲染。希望不报错。
Sorry, something went wrong.
有试过在服务端引入@lit-labs/ssr-dom-shim这个包么
这倒没有,我试一下。
No branches or pull requests
编译结果中有
extends HTMLElement
的语句,导致在 SSR 中无法使用。class QuarkElement extends HTMLElement implements ReactiveControllerHost
.The text was updated successfully, but these errors were encountered: