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 would like to have the ability to use declarative shadow DOM (without custom elements) within Solid components just to get style scoping. It doesn't work...

enhancement

### Describe the bug https://playground.solidjs.com/anonymous/551fc377-eef8-4688-a32e-d136eb295d83 Weather updating onchange is a good idea, or even supported, in my case a bug where by untrack wasn't used at the callsite, it is...

enhancement

### Describe the bug If a server-fetched resource is not used in the client on the initial render, the server does not send the result of it to the client....

### Describe the bug When a (focusable) element is flanked by a Show component on either side, a signal triggering both Show components to true will cause the focusable element...

enhancement

### Describe the bug The types for events are optional, but require a valid value if set. Optional properties should allow `undefined` in case we want to programmatically set the...

typescript
PRs Welcome

### Describe the bug A component function owner is different between a dev and prod build ```jsx function MyComponent(){ getOwner() //

bug
PRs Welcome

### Describe the bug When you try to create a new property on an object during store update, and you set it to value `undefined` - a property descriptor is...

enhancement

### Describe the bug `createStore` and `createMutable` proxy handlers are exclusively bound to an object reference. ```js let raw = {count:5} let [s, setS] = createStore(raw) let m = createMutable(raw)...

documentation

### Describe the bug It was suggested that the Discord support thread I raised should be logged as an issue, so here goes: Why does button 1 generate a warning?...

bug

### Describe the bug Normally The resources start at `"rending"` state before they become `"ready"`. When the initial value is passed the resources start at `"refreshing"`, as it's considered a...

enhancement