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

SolidStart, the Solid app framework

Results 393 solid-start issues
Sort by recently updated
recently updated
newest added

I'm getting a funny routeData error: `Uncaught SyntaxError: The requested module '/src/routes/t.tsx?data' does not provide an export named 'routeData'` - thing is, that particular module doesn't use any route data,...

This is the error: ``` failed to load config from D:\Heavy error when starting dev server: Error: Build failed with 1 error: error: Could not resolve "D:\\Heavy" at failureErrorWithLog (D:\Heavy...

As many of you have seen we have begun experimenting with future architecture, but there is still a lot of work to be done both to validate our results and...

enhancement
experimental

I just lost a bit of time fixing uncaught type errors because I had assumed `strict` was enabled in `tsconfig`. Feels like it should be the default (this is the...

This commit will add support for users using yarn PnP. Running binaries directly that are normally located in `node_modules/.bin` doesn't work using PnP. This pr simply checks if PnP is...

enhancement

(Sometimes) Log stucks on vercel when trying to build & deploy, no error or anything it just freezes. It does work when trying to build locally but it is pretty...

The hydration scripts ([route].[hash].js) are prefetched, but only loaded on re-routing from another page. Events that are supposed to be there on load are missing. Example: * load https://atk.github.io/solid-cheat-sheet/ ->...

In a new project, it doesn't appear possible to add or change the paths defined in the tsconfig.json file. [Simple Repro](https://github.com/dallastjames/solid-start-tsconfig-paths-bug) I spun up a blank project using pnpm (`pn...

Spaces around {props.title} [line 10] generates error on page load: Removing spaces around {props.title} [line 10] fixes error: Console Error: Discovery: https://stackblitz.com/edit/github-7nvpqz-6bopea?file=src/components/Page.tsx Minimum reproduction (with bumped versions): https://stackblitz.com/edit/github-7nvpqz-z7feez?file=src/components/Page.tsx *Note: custom...

Solid-start apps currently boostrap through a side-effect of importing entry-client.HASH.js with script tag in the HTML: ``` ``` This script module is a result of bundling the following code: ```...

enhancement