issues Search Results · repo:sveltejs/svelte language:JavaScript
Filter by
0 results
(100 ms)0 results
insveltejs/svelte (press backspace or delete to remove)Describe the bug
If you create a component like so - this is just needed so we can bind to some component
script
export let value = ;
/script
and then try to SSR this
script
import ...
HugeLetters
- 2
- Opened 1 hour ago
- #15824
Describe the bug
Character references defined in HTML[1] for ideographic variation sequences (IVS) defined in Unicode[2] doesn’t work.
1. https://html.spec.whatwg.org/multipage/syntax.html#character-references ...
Paalon
- 1
- Opened 7 hours ago
- #15821
Describe the bug
Hydration can crash at
https://github.com/sveltejs/svelte/blob/018996c1677e17857c404df33c8035a1a0c8b42e/packages/svelte/src/internal/client/dom/blocks/if.js#L65
because data is undefined. ...
browser specific
kkarikos
- 1
- Opened yesterday
- #15819
Describe the bug
Given a component like this
style
:global {
a, b {
color: red;
}
}
/style
the generated css looks like this
/* :global {*/
/* (unused) a, b*/ {
color: red;
} ...
paoloricciuti
- 1
- Opened yesterday
- #15816
Describe the bug
I encountered a bug when using a hr element in a select after or as part of an #each loop.
Expected output
a horizontal ruler in the selectlist in iOS 17+, no extra item in iOS 16 (or ...
mgrubinger
- Opened yesterday
- #15815
Describe the problem
Buttons and links should either contain text or have an aria-label or aria-labelledby attribute
https://svelte.dev/e/a11y_consider_explicit_label
Image
Describe the proposed solution ...
a11y
justingolden21
- 1
- Opened yesterday
- #15814
Describe the bug
When assigning a snippet that contains dynamic content to a variable, and then attempting to @render the snippet, it
will give a ReferenceError.
In the provided reproduction, you can ...
buhrmi
- 1
- Opened yesterday
- #15812
Describe the bug
https://svelte.dev/docs/svelte/bind#input-bind:value the docs here say it is undefined in the case of an empty or a
invalid input. but is null in the case of an invalid input.
Reproduction ...
theAnuragMishra
- 2
- Opened yesterday
- #15811
Describe the bug
When using bind:this on an image element, there s no way to use Svelte s native reactivity for that element. Neither
$derived, $derived.by or $effect does work.
Only option is to use ...
awaiting submitter
IcyFoxe
- 9
- Opened 3 days ago
- #15806
Describe the problem
I have a svelte:boundary in my code for catching some potential issues. Inside of that is an {#await} that, since it
hits the network, always has a chance to fail. I would like the ...
WaltzingPenguin
- Opened 4 days ago
- #15803

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.
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.