issues Search Results · repo:sveltejs/svelte language:JavaScript
Filter by
8k results
(91 ms)8k results
insveltejs/svelte (press backspace or delete to remove)Describe the problem
https://github.com/sveltejs/kit/pull/13986 has this code:
try {
$effect.pre(() = {
// ...
});
} catch {
// ...
}
This is necessary because it needs to use an effect to ...
Rich-Harris
- Opened 2 minutes ago
- #16366
Describe the problem
In a case like https://github.com/sveltejs/svelte/pull/16280#issuecomment-3046076343 it s possible for an inspect effect
to error. We catch the error so that it doesn t cause any ...
Rich-Harris
- Opened 4 hours ago
- #16365
Describe the bug
Here is the PR that causes the problem it seems: https://github.com/sveltejs/svelte/pull/16278
In our codebase we are using mutable deriveds for optimistic updates. Whenever there is ...
gyzerok
- Opened 9 hours ago
- #16363
Describe the problem
Currently the only way to have a top-level {@const …} to avoid redundant computation …
script lang= ts
// ...
/script
ul
li {expensiveComputation().foo} /li
...
regexident
- 6
- Opened yesterday
- #16355
Describe the bug
When updating a state object (e.g. to load an Entry in List), the change isn t reflected on select when bound to a
nested entry of that state.
Possibly related to #16274, but rolling ...
htmlbanjo
- 1
- Opened yesterday
- #16353
Describe the bug
Sometimes, I want shared style on multiple elements using CSS :is().
However, the following style is warned if there is no th a in existence.
:is(th, td) {
text-align: center;
...
hyunbinseo
- Opened yesterday
- #16352
Describe the problem
During outro, the reactivity in the transitioning elements stops. I guess it is to prevent errors in a case like the
following
{#if user}
h1 transition:fly {user.name} /h1
{/if ...
breaking change
needs discussion
transition/animation
7nik
- 1
- Opened 2 days ago
- #16351
Describe the problem
I m always frustrated when... Everyone writing docs and tutorials on Svelte needs to relay on references to Svelte v4 or
React. From the outside, trying to get in, it seems that Svelte ...
JosepAlacid
- 3
- Opened 2 days ago
- #16350
Describe the bug
Title says it all, here is an example:
!-- Parent --
script
import Component from ./Component.svelte
let visible = $state(true)
/script
input type= checkbox bind:checked={visible} ...
timephy
- 5
- Opened 2 days ago
- #16349
Describe the bug
Svelte Playground - use events” example fails with duplicate declaration This useful looking Svelte Playground example
of use event” handling ... reports the following message: npm://$/svelte@3.17.3/internal/index.js ...
rojerian
- 4
- Opened 2 days ago
- #16348

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.