We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe7a2e commit c3321f0Copy full SHA for c3321f0
packages/runtime-dom/src/apiCustomElement.ts
@@ -173,7 +173,7 @@ export function defineCustomElement(
173
/*! #__NO_SIDE_EFFECTS__ */
174
export const defineSSRCustomElement = ((options: any) => {
175
// @ts-ignore
176
- return defineCustomElement(options, { hydrate })
+ return defineCustomElement(options, hydrate)
177
}) as typeof defineCustomElement
178
179
const BaseClass = (
0 commit comments