Skip to content

My app starts breaking after I upgrade to version 1.40.1 from 1.40.0 #6082

@amanmavai

Description

@amanmavai

Which project does this relate to?

Router

Describe the bug

This is the bun monorepo : https://github.com/amanmavai/mn_projects, I am working on which has one backend bun_api_space and one frontend project tanstack_router_space
It has auth setup using better-auth

The app was working fine till version 1.40.0 , below commands can verify

  1. start the backend bun --filter bun_api_space dev
  2. run the e2e testcases, cd to tanstack_router_space project, then run bun run test:e2e

After I have upgraded to 1.40.1, the e2e test command started failing
Also when I run the app in dev mode, its not working, it seems authClient is not defined

Your Example Website or App

https://github.com/amanmavai/mn_projects

Steps to Reproduce the Bug or Issue

  1. change all the @TanStack packages in root of monorepo in the catalog section to version 1.40.1
  2. run bun install
  3. start the backend bun --filter bun_api_space dev
  4. run the e2e testcases, cd to tanstack_router_space project, then run bun run test:e2e
  5. or run the dev server and check if the app is not running

Expected behavior

Ideally the app should run fine as it was running on or before version 1.40.0

Screenshots or Videos

No response

Platform

  • Router / Start Version: [e.g. 1.40.1]
  • OS: macOS
  • Browser: Chrome

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions