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 Not sure if the problem is in astro or solidjs but I can't use createRessource() and astro ssr. ### Your Example Website or App https://github.com/millette/microattestations-icea ###...

unverified bug
downstream

### Describe the bug After `runWithOwner` was changed to handle errors as any other effect would, its return type was changed to `T | undefined` as the returned value will...

typescript

### Describe the bug Conceptually the signals provided by `mapArray` (index) and `indexArray` (value) are derived directly from the input source array. So accessing them during batch should have a...

enhancement

### Describe the bug Some internal metadata nodes are never cleared up, so they keep consuming memory indefinitely, even if nobody needs them anymore. ### Your Example Website or App...

enhancement

### Describe the bug Setting a getter-function on a key that has already been initialized in a store with `setStore` will not create a reactive getter, unlike when you set...

enhancement

### Describe the bug click not disabled when wrapping button in fieldset This is the same issue as [#7711 in react](https://github.com/facebook/react/issues/7711) ```tsx alert('clicked')}> click me here and here ``` ###...

enhancement

### Describe the bug Within a `batch` call, when setting a signal's value to a new value, and then back to the original value, effects are still run for the...

enhancement

### Describe the bug Check the next code: ```jsx import { render } from "solid-js/web"; import { onMount } from "solid-js"; function Button(props: any) { return ( {props.children} ); }...

### Describe the bug Getting an error: > Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: s00-0-0-0-0-0-0-0-0-1-3 ### Your Example Website or App https://stackblitz.com/edit/github-pqy8j7-jhayd9?file=src%2Fcomponents%2FPage.tsx ### Steps to...

unverified bug

### Describe the bug Creating a controlled Select does not seem to work with numbers. Using strings works fine. ### Your Example Website or App https://playground.solidjs.com/anonymous/fa9dd633-0354-4a80-94fa-d308fdfa8e2e ### Steps to Reproduce...

compilation