issues Search Results · repo:sveltejs/svelte language:JavaScript
Filter by
8k results
(70 ms)8k results
insveltejs/svelte (press backspace or delete to remove)Describe the bug
I ve got an old v3 project that I ve been upgrading to v5. I had two components, a parent component that was rendering a
table, and a child component that was rendering table rows. The ...
peterreeves
- Opened 7 hours ago
- #15502
Describe the bug
When component is mounted in the iframe and internally it uses the document, that document points to parent instance not
to the iframe one.
Expected behavour: Component inside iframe ...
jjagielka
- 1
- Opened 15 hours ago
- #15500
Describe the bug
When nesting two $effect.pres, where the outer one depends on a value the inner one mutates, the outer effect isn t
re-run. This is inconsistent with the simpler case where mutation happens ...
wjainek
- Opened 16 hours ago
- #15499
Describe the problem
Svelte has 2 similar features: {@debug} and $inspect. I m having trouble understanding the differences (and why @debug
isn t deprecated)
Describe the proposed solution
I think both ...
documentation
bato3
- 2
- Opened 23 hours ago
- #15498
Describe the bug
In sveltekit.config.ts
`
kit: {
adapter: adapter({
precompress: true
}),
files: {
serviceWorker: src/sw.ts
},
serviceWorker: {
register: false
},
paths: {
base: /mutual-funds ...
awaiting submitter
keshavdhawan281
- 3
- Opened yesterday
- #15496
Discussed in https://github.com/sveltejs/svelte/discussions/15481
div type= discussions-op-text
sup Originally posted by midzelis March 9, 2025 /sup Is this a bug or inconsistent behavior?
https://svelte.dev/playground/3057c1db35e745f39d4a73061a9c1e22?version=5.22.6 ...
bug
benmccann
- 5
- Opened 2 days ago
- #15488
Describe the bug
using CSS next-sibling combinator .a + .b doesn t work as Svelte considers it unused when the template is inside a
snippet.
Reproduction
Playground link
{@render Thing( foo )}
{@render ...
mary-ext
- Opened 3 days ago
- #15487
Describe the bug
Image
Reproduction
Image component 发生变化会重新渲染,我希望某个路由回退的时候不重新渲染,如何处理这种问题
Logs
System Info
.
Severity
annoyance
awaiting submitter
grj1997
- 3
- Opened 3 days ago
- #15485
Describe the bug
In chrome dev tools, $( .css_selector ) and $$( .selector ) are common shorthand for document.querySelector[All] - when
using .svelte.js files, the svelte compiler generates a $ variable ...
midzelis
- 2
- Opened 3 days ago
- #15484
Describe the bug
Using this syntax causes a syntax error in svelte-check and the LSP:
Object literal may only specify known properties, and bind:clientWidth does not exist in type HTMLProps section ...
midzelis
- Opened 3 days ago
- #15482

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.