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 When an element with a delegated event handler is present in a Suspense context, firing these events before mount causes all resources to be reran on...

### Describe the bug Function "For" in HyperScript mode loses connection with signals when list changes. ### Your Example Website or App https://playground.solidjs.com/anonymous/2103f083-762b-40be-b23f-114309a0142f ### Steps to Reproduce the Bug or...

bug

### Describe the bug In the console, you can see the `mounted` message of the `ButtonDemo` component, but the `ButtonDemo` component itself failed to render. Meanwhile, there are no warnings...

unverified bug

### Describe the bug The poster attribute of `` tags does not seem to work in Chrome. It is still working fine in Firefox. No errors are written to the...

upstream

### Describe the bug If you share a store setter from an iframe to its parent and call it via the parent, objects assigned to the store via this method,...

enhancement

A memo accept an initial value and the `equals` property via the `options` object to exert finer control over its update logic. However it does not respect the equals property...

enhancement

### Describe the bug When rendering in SSR with ``, a `` wrapper will reset the context or counter used by `createUniqueId`. This can result in duplicate IDs. Granted, there...

enhancement

### Describe the bug I'd like to extend the `` element and create such an extended element using `` in solid-js, but right now that's not possible without manually using...

enhancement
webcomponents

### Describe the bug Setting `popover={true}` in your JSX will generate `popover="true"` in the HTML. This sort of works in most browsers, but it is invalid and can cause Chrome...

enhancement

### Describe the bug when developing an app using solid-js/store, tsserver will lag and build tooling will stall for several seconds as `store.d.ts` is parsed ### Your Example Website or...

typescript