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'm trying to render SolidJS components inside of an iframe using a Portal. The rendering works, but it seems the DOM elements get created from the...

I'm trying to reuse the same dom element, and attach it in different places in the ui. But even though that element is rendered only in one place at a...

enhancement

Currently exposing classList as a prop requires a custom type. It would be better to create a "ClassList" type definition, use that everywhere and expose it. PR following shortly.

typescript

### Describe the bug For Solid Hack 2024, I experimented with the `solid-element` API to convert Solid components into web components. I attempted to create a ShadCN-based web component library,...

webcomponents

## Summary Using `useContext` outside of a provider can cause unforeseen and cryptic errors. This PR adds a warning (in dev) when the result of `useContext` is falsy. See https://discord.com/channels/722131463138705510/1358899310116213008...

### Describe the bug Range slider input can't slide on Android devices when wrap with `` component. Please check below sandbox demo. https://stackblitz.com/edit/solidjs-dynamic-component-m1bgckbe?file=src%2Findex.jsx [https://solid-dynamic.vercel.app](https://solid-dynamic.vercel.app) This is the url deployed the...

## Summary Here I added `StoreBundle`; a useful type extracted directly from the `createStore` function's return type: `type StoreBundle = [get: Store, set: SetStoreFunction]` ## How did you test this...

### Describe the bug Hope to provide Keepalive component ### Your Example Website or App Hope to provide Keepalive component ### Steps to Reproduce the Bug or Issue Hope to...

enhancement

### Describe the bug ![Image](https://github.com/user-attachments/assets/40703318-6fc1-4b58-aa8f-085b21d9b916) ### Your Example Website or App none ### Steps to Reproduce the Bug or Issue ```jsx function App() { return ( ) } ``` ###...

typescript
PRs Welcome

fixed some small linting errors like 'using optional chaining', 'remove useless else blocks' and 'type-only imports for types'.