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'd like to clarify that the behaviour i'm observing with regards to 'empty' boolean properties of custom elements is intentional or not. Referring to the playground...

webcomponents

### Describe the bug ```bash WaitingListForm-ydmxd16g.js:1044 Uncaught TypeError: ComponentType is not a function at WaitingListForm-ydmxd16g.js:1044:20 at updateFn (WaitingListForm-ydmxd16g.js:12:38) at runUpdates (WaitingListForm-ydmxd16g.js:321:17) at createRoot (WaitingListForm-ydmxd16g.js:16:12) at WaitingListForm-ydmxd16g.js:1037:12 at CustomElement.connectedCallback (WaitingListForm-ydmxd16g.js:682:11) at...

unverified bug
webcomponents

### Describe the bug I have some some images with like: ```html ``` one script I use which will run as custom element and is included globaly via index.tsx change...

webcomponents

### Describe the bug If the `html` template function is called with a template string that doesn't contain any tags – or even with an empty template string – it...

alternative templating

### Describe the bug Sometimes `html` can fail to include text nodes in the output. ### Your Example Website or App https://playground.solidjs.com/anonymous/d10b1bee-80b9-4e43-9a24-9907ea2f7fd0 ### Steps to Reproduce the Bug or Issue...

alternative templating

## Summary It would be very convenient to have a built-in way of adding a cleanup function from the scope of a function given to onMount, given that whatever variables...

### Describe the bug ```tsx // binding.ts export function binding(element){ } // this_does_not_work.ts import {binding} from "./binding" import {render} from "solid-js/web" render(() => , document.body) ``` If you run this...

### Describe the bug When setting the value of a textarea with a static string, it does not set the property, while if you set the value while calling a...

enhancement

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `export default function SVGTEST() {...

bug
compilation

### Describe the bug The following JSX: ```tsx ``` compiles to the following SSR code: ```js var _v$ = count() ? "white" : '', _v$2 = count() ? "black" :...

bug