Skip to content

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

Filter by

8k results
 (84 ms)

8k results

insveltejs/svelte (press backspace or delete to remove)

Describe the bug If bind:this={ref} is used on an element inside a {#if reactiveState} block, the corresponding let ref declaration gets marked as non-reactive-update warning, which I believe is a false ...
  • mquandalle
  • 2
  • Opened 
    18 hours ago
  • #15640

Describe the bug When using class= {undefined} on any HTML element, it becomes entirely unstylable. Neither Element-based selectors (p {}) nor child selectors (div p {}) apply any styling. Adding ANYTHING ...
  • SIMULATAN
  • Opened 
    yesterday
  • #15635

Describe the bug I have a recursive tree data structure, which is flattened to a list. Sometimes, when the items in the tree are reordered, the focused item loses focus. I suspect the DOM element is recreated, ...
  • abdel-17
  • 1
  • Opened 
    yesterday
  • #15634

Describe the bug Using SvelteKit. All dependencies all up to date. Usage: I created a filter bar containing several widgets; only one can be open at a time (so that when I click on a widget, the old ...
  • 360matt
  • 2
  • Opened 
    2 days ago
  • #15632

Describe the bug Found a behavior difference beween pnpm dev and pnpm preview, when referencing a state property as a default constructor arg. I do realise what I did is unorthodox and unnecessary, but ...
  • JakeBeaver
  • Opened 
    2 days ago
  • #15629

Describe the bug Did my best with the title. Can t describe this very well, please see the reproduction as I almost died getting it. In short, this code... {#if s.drawer} {s.drawer.toString()} {/if} ...
  • rChaoz
  • Opened 
    3 days ago
  • #15627

Describe the bug clientWidth and clientHeight doesnt update when the parent has overflow: auto (with no resizing, fixed dimensions) and a child is added. However, the scrollbar may still appear, and the ...
  • Tichss
  • 1
  • Opened 
    3 days ago
  • #15626

Describe the problem Hi, I m migrating some apps from Svelte4 to Svelte 5 and I found an undocumented breaking change related to error boundaries. Ref. https://svelte.dev/docs/svelte/v5-migration-guide ...
  • rallets
  • 5
  • Opened 
    3 days ago
  • #15625

Feature Request I want to use the new syntax to implement focusTrap action , but I can only implement basic init and destory, not the update function in the original action Reproduction e.g. +page.svelte ...
  • Sincenir
  • 3
  • Opened 
    3 days ago
  • #15624

Describe the bug It seems like Svelte is using type inference for binds which ends up with incorrect typings. In practice for input type= number / the values are of type number | null, but it shows string ...
  • gyzerok
  • Opened 
    3 days ago
  • #15623
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! 
Restrict your search to the title by using the in:title qualifier.
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub