-
There doesn't seem to be an official feature request for this, and the talk is short on discord. I also believe there is confusion on what this is.
There needs to be a way to automatically handle t…
-
I'm new to this lib, so maybe I don't understand something. I have
```ts
export default defineConfig({
plugins: [solid({ ssr: false })],
});
```
But components still render on the server. …
-
When using solid-start with tailwind, it creates multiple instances of the generated css styles.
![image](https://user-images.githubusercontent.com/108274890/194289263-4edc0e6a-8dbb-43cd-9ec8-42cce…
ghost updated
10 months ago
-
### Description
The build was working on @ark-ui/solid version 0.9.0, but upgrading broke it.
![image](https://github.com/chakra-ui/ark/assets/23139322/f5487c72-064a-4882-9c5d-5bb9960b7e4f)
…
-
I am using `@vercel/postgres` with `drizzle-orm` in my project. Everything works fine when I run my project on localhost, but when I try to use the deployed online version, the following error was thr…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
Using a fresh solid-start installation, `entry-server` it…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
More context below, but the current behavior is that incr…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
I think I've done everything correct to setup f…
-
### Setup
* `pnpm create solid`
* No SSR
### Code:
```typescript
import { Title, useRouteData } from "solid-start";
import { createServerData$ } from "solid-start/server";
export fun…
-
Exporting a `routeData` function from `root.tsx` doesn't seem to do anything. The function is not called under any circumstances.
It seems like this has been [mentioned on Discord](https://discord.…