Gabriel Halle

Results 7 issues of Gabriel Halle

This will allow to have full type checking for `routeData` functions using the data provided by another `routeData` function. ```typescript import { routeData as parentRouteData } from "../__index" export function...

Supersedes https://github.com/solidjs/solid-start/pull/147 Adds a new babel plugin to rename the server functions to make sure they can be uniquely identified after the code gets split up by the `routeData` transform....

enhancement

This issue originates from the Fetch API standard as explained here: https://stackoverflow.com/a/63254504 Other frameworks have dealt with the same issue in the past: https://github.com/sveltejs/kit/issues/3460

bug

Forward the cookie header from the original page request to the API route. We could consider forwarding more headers or even letting the user configure which header to forward. Sidenote:...

This can cause issues when using dependencies that are not meant to be used on the client. I suspect it might also leak the source for the API endpoints, but...

bug

Fixes: #434 I've also noticed the following [commit](https://github.com/solidjs/solid-start/commit/678727ecc81562e4f22b1110eb6b3c5ea317f7d2) on the dev branch is commenting out the `detectAdapter` logic. I'm not sure if we are moving away from it or not...

### Describe the bug When using spread on a select element the value will be set before the children are created and this will cause the value to be set...

enhancement