solid
solid copied to clipboard
A declarative, efficient, and flexible JavaScript library for building user interfaces.
### Describe the bug When using `.md` file for pages, refreshing the page will cause `Unrecoverable Hydration Mismatch.` error. To be specific, I have a list of markdown files as...
### Describe the bug In my example, I've implemented a Counter component that increases the count by 1 and displays the final count every time an `onClick` event is triggered....
### Describe the bug Adding this here just so it doesn't get missed in 2.0 or 2.x milestone if we're beyond 2.0 planning already, understand things are hectic with transition...
### Describe the bug Both `createMutable` and `createStore` pass through the `state` object input as the returned value on the server.  This leads to referential and proxy checks to...
A low-level suspense primitive would be useful for libraries to pause effects in "offscreen" branches. Currently `Suspense` is not only a component-only primitive, but it is tied to resources, and...
### Describe the bug `mutate` returned from `createResource` is `setValue` ([line 723 here](https://github.com/solidjs/solid/blob/f79ba4d9087d74ef7e55fd0dc336c98ce2ec8526/packages/solid/src/reactive/signal.ts#L723)) and is oblivious to the loading-state of the resource. This is an issue, when we use custom...
### Describe the bug I'm creating a resource that is triggered on user input and is quite fallible (requesting camera access). I want to refetch the resource when the user...
### Describe the bug https://playground.solidjs.com/anonymous/ef7f22ce-7141-4690-8fe3-a5f5497a0ac0 When a store gets updated, it updates the original data as well. In the example above, let's say that `dataFromExternalLibrary` should not mutate. The solution...
### Describe the bug When using a component passed through props inside a `classList`, causes a warning about hydration keys. ### Your Example Website or App https://stackblitz.com/edit/solid-start-bare-ts-t4ifr6?file=src%2Froutes%2Findex.tsx ### Steps to...
### Describe the bug Here's an example: ### Your Example Website or App https://playground.solidjs.com/anonymous/64e29718-38db-4df4-afeb-4445b799d170 ### Steps to Reproduce the Bug or Issue Press Increment ### Expected behavior When pressing the...