-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
test: add e2e test for ssr error handling #4339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
Conversation
RELEASE_ALL
RELEASE_ALL
Currently, none of the packages (i.e `packages/*`) need `vite` bundled as a `dependency`. So its been moved to the `devDependencies` and had the version opened using `"peerDependencies": { "vite": ">=6.0.0" }`. Additionally, `vite` has been added as a `dependency` to the Start end-to-end sandboxes. In a later PR, `vite` will need to be added to all the TanStack Start examples (i.e. `examples/**/start-*`).
…anStack#4137) Only import `routeCode` if `node.fullPath` is available.
…t + matching server function handler route on Windows (TanStack#4146)
Co-authored-by: chorobin <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> fixes TanStack#4285 fixes TanStack#4195 fixes TanStack#4182
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
View your CI Pipeline Execution ↗ for commit 2a8051a.
☁️ Nx Cloud last updated this comment at |
so these tests fail until changes in the router are made? |
I guess according to the closed PR it is fixed in the alpha branch? |
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-with-query
@tanstack/react-start
@tanstack/react-start-client
@tanstack/react-start-plugin
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-plugin
@tanstack/solid-start-server
@tanstack/start-client-core
@tanstack/start-plugin-core
@tanstack/start-server-core
@tanstack/start-server-functions-client
@tanstack/start-server-functions-fetcher
@tanstack/start-server-functions-server
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
@meouwu-dev thanks for these tests, it could help to avoid future regressions. Could you maybe rebase this on the latest main? Also instead of accessing the "links" through href could you please update to access these by way of test-id? something like "await page.getByTestId("error-handling-via-beforeLoad").click()" |
9e45354
to
3cd7e27
Compare
e2e test for #3462