Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
lumenian
Posts
Comments
S
SolidJS
•
Created by lumenian on 11/23/2023 in
#support
<Show> with number | null
Thank you, looks interesting. It's a shame that all this complexity is required for such a basic thing, though.
12 replies
S
SolidJS
•
Created by lumenian on 11/23/2023 in
#support
<Show> with number | null
But that makes it impossible to access the underlying number value without doing
nullableValue()!
which is an antipattern, I believe.
12 replies
S
SolidJS
•
Created by lumenian on 2/15/2023 in
#support
Scrolling to id is not consistent
Found relevant issue:
https://github.com/solidjs/solid-router/issues/229
5 replies
S
SolidJS
•
Created by lumenian on 2/15/2023 in
#support
Scrolling to id is not consistent
But the regular
<a>
is
different, it will scroll to the element repeatedly as expected. Just tested it in Chrome and Firefox.
5 replies