-
### How can we reproduce the crash?
```
bun i vite-node @solidjs/router solid-js vite-plugin-solid
```
make sure your `vite.config.ts` is setup correctly:
```ts
import { defineConfig } from "vite";
i…
-
Love this new feature for developers! Requesting support for Solid.js or guidance on how to contribute to creating support for Solid.js.
Solid documentation:
https://www.solidjs.com/
-
(This is a spin off of https://github.com/solid-design-system/solid/issues/1131)
## User Story
As a maintainer of the Solid Design System, I would like to have a more scalable and robust infrastructu…
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
Deno version: deno --version
deno 2.0.2 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
Here is a repo: https://github.com/Ciantic/deno-pure-solid-start
```
1…
-
Version: Deno 2.0.3
Say I try to run a project, like a new solid start example
- deno run -A npm:create-solid
- Select SolidStart, TypeScript, Basic
And then I port package.json over to deno…
-
Using the example that was provided, I received the following error upon checkout.
```
IntegrationError: You must pass in a clientSecret when calling stripe.confirmPayment().
```
I logged the resu…
-
## Description
Vitest has a [workspaces](https://vitest.dev/guide/workspace.html) feature, where vitest can be made aware of different sub-projects, and run the tests for each of these workspaces (…
-
I have example repo here:
https://github.com/Ciantic/deno-solid-test/
Some reason when running it through *deno* it still tries to run `node.exe` instances.
Notice the telltale warning:
> …
-
Hi there, this looks like a great project. I'm investigating how much effort it would be to support Solid.js. Solid SSR is about 2x Marko according to tests against isomorphic-ui-benchmarks, so I thin…