-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
SSR is disabled inline, which bypasses the components not being SSR incompatible.
The node module clipboard-copy is used in the UI library as a depend
This is the error I am getting in my sveltekit page.
500
The requested module '/node_modules/clipboard-copy/index.js?v=3f0aa85f' does not provide an export named 'default'
SyntaxError: The requested module '/node_modules/clipboard-copy/index.js?v=3f0aa85f' does not provide an export named 'default'
Index.svelte
<script context="module">
export const ssr = false;
</script>
<script>
import { Button } from "carbon-components-svelte";
</script>
<Button>Primary button</Button>
Metadata
Metadata
Assignees
Labels
No labels