Open Denoder opened 1 year ago
same problem...
Solve:
<ClientOnly>
// ...
</ClientOnly>
Solve:
<ClientOnly> // ... </ClientOnly>
This would conflict withe pages that use ssr, and are slotted under a layout cause this is happening to most of the components and the layouts.
Do you hava a good way to solve it?👀
When running naive-ui with
inline-theme-disabled
an error occurs:the lines in question are:
https://github.com/07akioni/css-render/blob/8f14fd18ac654608ce213fa9830adb193859d455/packages/css-render/src/mount.ts#L117 and https://github.com/07akioni/css-render/blob/8f14fd18ac654608ce213fa9830adb193859d455/packages/css-render/src/utils.ts#L11
this is only specific to Nuxt when running
inline-theme-disabled
with naive