solid-docs icon indicating copy to clipboard operation
solid-docs copied to clipboard

Cumulative documentation for SolidJS and related packages.

Results 55 solid-docs issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using `createUniqueId` and persisting and loading data, clashing ids might be generated. This can lead to corrupted/missing data and I would therefore consider this to...

## Desc When I was scrolling down the document, I noticed strange white patterns appearing on the titles. After I moved the mouse over the element, I found that it...

### Describe the bug I use Context to inject some data globally, and I optimize the access to children according to the [examples](https://www.solidjs.com/tutorial/props_children) given in the tutorial, that is, using...

documentation

### Describe the bug The element passed to a [`use:*` directive](https://www.solidjs.com/docs/latest/api#use___) has an [`ownerDocument`](https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument) that differs from the application's Document (i.e., `window.document`) even though the element _belongs_ to the application's...

documentation

Given handlers are not re-bound, added an example on how the same handler can be used to modify behaviour based on app state. Also provides more robust example on how...

Searching solid-docs (and solid-site), turns up quite a few links to indepth.dev, which as of now redirects to https://angularindepth.com (although the redirect loses the page). https://github.com/search?q=org%3Asolidjs%20indepth.dev&type=code This PR fixes at...

# Description What I have noticed is that, the text inside the portal is unreadable at dark mode since it will automatically make texts white by default. To overcome this,...

When you try to update the content of a contentEditable div or other element the cursor position resets to 0. This makes it impossible to type anything using signals. I'm...

documentation

We could document what the effect is of having a batch call inside another batch. If I'm not wrong, it just executes the function without batch-specific handling as that has...