-
### What is this request related to?
Request
### 📋 Suggested
https://docs.solidjs.com/configuration/typescript#typescript
### 📋 General description or bullet points
It's come to my attention that…
-
Version: Deno 2.0.0
Hi, Take the following RsBuild + SolidJS repo running under Deno:
https://github.com/sachaw/rsbuild-issue
When running `deno install`, as `"nodeModulesDir": "auto"` is set…
-
Would be nice if this could be used in Solidjs..
https://Solidjs.com
-
Solidjs signals use inline dependencies, removing the redundancy of declaring the dependency atoms when the computed is defined. I think we can lazily add dependencies when the computed function is ex…
-
I just installed the ts-vitest template in this way:
```bash
npx degit solidjs/templates/ts-vitest test-ts-vitest
```
I have also installed the @solidjs/router library
In addition to the other …
-
### Prerequisites
- [X] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/)
### What theme are you using?
core
### What is your question?
Any plans to port this awesome…
-
## Failing module
- **GitHub**: https://github.com/solidjs/solid-router/
- **npm**: https://www.npmjs.com/package/@solidjs/router
```js
import { Router } from 'https://esm.sh/@solidjs/router'
…
-
### Describe the bug
When I set decorations to false, the initial window has no left or bottom border. However, when I resize the window, they appear. But it's noticeable that their color is differen…
-
Some webcomponents (like Ionic's ion-label) generate additional comment children
For those, the code frragment
https://github.com/ryansolid/dom-expressions/blob/8d2d82fd96a08c82b933fcf87ef521c4b…
-
### Describe the bug
I used `event.stopPropagation` in the event in the application, but the event can still be executed outside the application.
### Your Example Website or App
https://codesandb…