Skip to content

issues Search Results · repo:sveltejs/svelte language:JavaScript

Filter by

8k results
 (65 ms)

8k results

insveltejs/svelte (press backspace or delete to remove)

Describe the bug Svelte-check, or maybe TS, seem to be broken when using let: variables with named slots. If I do this, then the code explodes at runtime but there are no svelte-check errors: Wrapper ...
  • tyler-boyd
  • 1
  • Opened 
    6 hours ago
  • #16503

Describe the bug $state() can be used to define reactive class instance variables. This is generally very useful, though when writing a getter for public variables, there s a call stack error. I later ...
  • theetrain
  • 2
  • Opened 
    12 hours ago
  • #16501

Describe the problem Svelte is throwing type error when you use part attribute on a svg element. svg part= myIcon ... /svg Svelte: Object literal may only specify known properties, and part does ...
  • Bladesheng
  • Opened 
    17 hours ago
  • #16498

Describe the bug the following code does not work: const foo = $derived(await a()); $effect(() = { console.log( hello , foo) }) however if you mutate an unrelated $state variable the effect is suddenly ...
  • RuthgerD
  • Opened 
    19 hours ago
  • #16497

Describe the problem Svelte 5 runes are overall a much needed upgrade, but I think one area where they are a step back is the experience declaring props, especially when using TypeScript. For example, ...
  • EggAllocationService
  • 2
  • Opened 
    yesterday
  • #16494

Describe the problem Right now we have {@const ...}, which is a) weird, b) inconsistent with $derived(...), and c) limiting. Describe the proposed solution Instead of this... {#each boxes as box} ...
  • Rich-Harris
  • 7
  • Opened 
    yesterday
  • #16490

Describe the bug after i saved file with an {@html await tranform(state) } , it started calling transform lots of times due to HMR Reproduction https://stackblitz.com/edit/vitejs-vite-xskydbn2?file=src%2Flib%2FCounter.svelte ...
  • zhihengGet
  • 2
  • Opened 
    2 days ago
  • #16486

Describe the bug According to: https://svelte.dev/docs/svelte/runtime-warnings#Client-warnings-await_waterfall You can start concurrent promises by creating them prior to awaiting them, on paper this ...
  • RuthgerD
  • Opened 
    2 days ago
  • #16483

Describe the problem I have a form in my app (as one does), and I m using Convex. The form initial data is updated automatically when the db data changes, but only when the form isn t tainted. I implemented ...
  • Tyler-Petrov
  • 4
  • Opened 
    3 days ago
  • #16480

Describe the bug take a component that includes an input with a defaultvalue (set via spreading). if you ssr the component, it fails to properly stringify this. Reproduction svelte repl link (go to ...
  • KTibow
  • Opened 
    3 days ago
  • #16479
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub