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 59be7a2 commit 3fe1affCopy full SHA for 3fe1aff
packages/repl/src/lib/Repl.svelte
@@ -74,7 +74,7 @@
74
75
// TODO get rid
76
export async function set(data: { files: File[]; tailwind?: boolean }) {
77
- workspace.reset(data.files, { tailwind: data.tailwind }, 'App.svelte');
+ workspace.reset(data.files, { tailwind: data.tailwind ?? false }, 'App.svelte');
78
}
79
80
0 commit comments