solid
solid copied to clipboard
A declarative, efficient, and flexible JavaScript library for building user interfaces.
### Describe the bug This came from a discussion in the [#reactivity channel](https://discord.com/channels/722131463138705510/751355413701591120/987031222746222642): > This looks like it could be interpreted as a bug. It's fine to optimize for the...
### Describe the bug Using `` on an array and updating that array inside a `batch()` throws errors indicating that `` tries to render an `undefined` item. It looks a...
### Describe the bug Working with directives and TypeScript doesn't seem to be playing well together. When importing a directive from a file, I get the error: ``` ReferenceError: is...
**Describe the bug** When using the `on:event` syntax on HTML elements in JSX in TypeScript the props are considered invalid: ```typescript null} /> ``` ``` (JSX attribute) on:click: () =>...
I thought I'd write this up since it's one of many things I'd like to do here and like most tertiary things I have no experience with. I was looking...
This issue is a placeholder for the work being done over at https://github.com/solidjs/solid-start for Github projects. The idea is this will be a Vite-powered opinionated Isomorphic Starter that incorporates all...
### Describe the bug When the regular "live, reactive" renderer is used, `style` prop object properties that evaluate to undefined do not end up in the DOM styling attribute. When...
### Describe the bug The title says it. With standard client side rendering, rendering out a radio group with `input` and `label`'s, the child textContent (a hardcoded string) is rendered...
### Describe the bug Hi Everyone I am struggling with an issue that need your help to solve it: I see that OnMount function is being called while the ref...
### Describe the bug Maybe closely related to #1229. Console gives ``` Uncaught TypeError: node.setAttribute is not a function ``` Happens on `hydrate`. Current workaround: Wrap the element that use...