Skip to content

espada-edalex/tanstack-query-5.85.2-query-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal reproduction for issue with TanStack Query 5.85.2

Steps

  • install dependencies and run vite dev server

    npm install
    npm run dev
  • visit the site (http://localhost:5174) with dev tools open

  • notice that you are redirected to /fail and the pingResponse is null

    5.85.2

  • stop the vite server

  • downgrade to @tanstack/react-query@5.85.1

    npm install @tanstack/react-query@5.85.1
  • run vite again and visit the site and notice that you don't get redirected and the response is now available

    npm run dev

    5.85.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published