solid
solid copied to clipboard
A declarative, efficient, and flexible JavaScript library for building user interfaces.
### 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...
### 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...
### 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...
### 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...
### Describe the bug A component function owner is different between a dev and prod build ```jsx function MyComponent(){ getOwner() //
### 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...
### 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)...
### 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?...
### 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...