solid
solid copied to clipboard
A declarative, efficient, and flexible JavaScript library for building user interfaces.
### Describe the bug When using number (any number, both 0 and 1 result in the same behavior) on client side navigation no value for value attribute is rendered, but...
### Describe the bug Top level effects (`createEffect` that isn't wrapped in a `createRoot`) behave inconsistently when compared with effects under a root, because top level effects aren't batched. This...
### Describe the bug The parent component renders a list of buttons (Child) which if clicked displays a dialog. If the child then updates state in the parent, the dialog...
### Describe the bug When importing directly from solid-js/dist, type declarations are not included alongside the module. ### Your Example Website or App https://stackblitz.com/edit/vitejs-vite-rxucgj ### Steps to Reproduce the Bug...
### Describe the bug When using Solid and testing our app with coverage reporting enabled (powered by istanbul/nyc), there are some branches/functions which are uncovered, but they are not branches...
I am experiencing #1735 with ``. I assume this is because the `isCE` check (maybe [here?](https://github.com/ryansolid/dom-expressions/blob/main/packages/lit-dom-expressions/src/index.ts#L433)) is incorrect. The correct way to check for a custom element is to use...
[Astro] `createResource` results get mixed up when rendering server only components with Suspense
### Describe the bug `resource.data()` is returning data from another resource, in another component ### Your Example Website or App https://stackblitz.com/edit/github-pqy8j7-y8z78u?file=src%2Fcomponents%2FPage.tsx ### Steps to Reproduce the Bug or Issue 1....
## Summary This PR allows classes to be wrapped inside a store. It implements the very small change outlined by @Reinhard2019 in the Issue #1661. Even if the issue was...
### Describe the bug I've written a mutable primitive for my lib pota, collected tests for it from solid, oby, vue, + additions/variations I made up. I then ran the...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Using `` causes hydration error....