solid icon indicating copy to clipboard operation
solid copied to clipboard

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Results 213 solid issues
Sort by recently updated
recently updated
newest added

### Describe the bug I started investigating this issue when I noticed that adding a [SUID](https://suid.io/) button to a page caused all [ninja-keys](https://github.com/ssleptsov/ninja-keys) hotkeys (including up/down arrows to select commands)...

enhancement

### Describe the bug When you have multiple `Suspense` siblings with internal components calling `useTransition`, starting one transition shifts the pending signal to true inside all `Suspense` boundaries. Is this...

enhancement

The current package entry points use conditional exports which make assumptions about my desired behavior, and provide different implementations based on my environment. In my case, I want to use...

enhancement

### Describe the bug When SSRing with state and that state is updated on the client immediately/onMount, the new value is not reflected in the DOM. ### Your Example Website...

### Describe the bug Universal Renderer's cleanup method (the return value of `render` function) doesn't remove the existing node, which is inconvenient for using HMR. ### Your Example Website or...

enhancement

Doing `export { className } from "[email protected]/web"; ` exports the whole unused reactive utils, seems to me the `createContext` call for `SuspenseListContext` is causing the issue. references: https://x.com/jlarky/status/1806908281618890951 https://bundlejs.com/?q=solid-js%401.8%2Fweb&treeshake=%5B%7B+className+%7D%5D&config=%7B%22esbuild%22%3A%7B%22minify%22%3Afalse%7D%7D https://esbuild.github.io/api/#tree-shaking...

### Describe the bug If all of my props are optional in a type, I shouldn't need to pass them in a hook, but I'm getting an error: Expected 1...

Continued from - https://github.com/solidjs/solid/issues/1101 ### Describe the bug If I write ```jsx return ``` there is no guarantee that the custom element will have a JS property that is designed...

enhancement

### Describe the bug See this JSX: ```jsx Name iPhone 13 ``` In the template above, a `````` has a text node as its child. As expected, malform syntaxes like...

enhancement

### Describe the bug Hello, We are receiving reports from users that importing our [SDK](https://github.com/airgap-it/beacon-sdk) into their SSR applications results in the following errors: ```bash Attempted import error: 'effect' is...