File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
examples/react/nextjs-suspense-streaming
packages/react-query-next-experimental Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@tanstack/react-query" : " ^5.90.8" ,
1212 "@tanstack/react-query-devtools" : " ^5.90.2" ,
13- "@tanstack/react-query-next-experimental" : " ^5.90.2 " ,
13+ "@tanstack/react-query-next-experimental" : " ^5.91.0 " ,
1414 "next" : " ^16.0.1" ,
1515 "react" : " ^19.0.0" ,
1616 "react-dom" : " ^19.0.0"
Original file line number Diff line number Diff line change 1+ # @tanstack/react-query-next-experimental
2+
3+ ## 5.91.0
4+
5+ ### Minor Changes
6+
7+ - feat(react-query-next-experimental): support Next.js 16 ([ #9868 ] ( https://github.com/TanStack/query/pull/9868 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/react-query-next-experimental" ,
3- "version" : " 5.90.2 " ,
3+ "version" : " 5.91.0 " ,
44 "description" : " Hydration utils for React Query in the NextJs app directory" ,
55 "author" : " tannerlinsley" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments