svelte-preview icon indicating copy to clipboard operation
svelte-preview copied to clipboard

A vscode extension to preview your svelte components live

Results 3 svelte-preview issues
Sort by recently updated
recently updated
newest added

**Error** module not found: svelte-native (imported by /app/components/Search.svelte) [0:0] **To Reproduce** Prerequisities: NativeScript-cli Steps to reproduce the behavior: 1. `ns create ns-app2-svelte --template @nativescript/template-blank-svelte` 2. cd ns-app2-svelte\app\components 3. open Home.svelte...

**Describe the bug** It throws the error `Semicolon or block expected`. Not sure if this is now related to PostCSS **To Reproduce** Steps to reproduce the behavior: 1. Go to...

**Describe the bug** Creating an EventDispatcher breaks the preview. **To Reproduce** Steps to reproduce the behavior: Create the following component. ``` import { createEventDispatcher } from 'svelte'; let count =...