TanStack / query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
https://tanstack.com/query
MIT License
40.86k stars 2.75k forks source link

docs: Wrong URL for Nextjs example #6965

Open TDanks2000 opened 4 months ago

TDanks2000 commented 4 months ago

Describe the bug

at https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs the github url is wrong (examples/react/react/nextjs) should be examples/react/nextjs

Your minimal, reproducible example

https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs

Steps to reproduce

1: goto https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs 2: look at the example 3: it shows error

Expected behavior

show the nextjs example

How often does this bug happen?

Every time

Screenshots or Videos

image

Platform

.

Tanstack Query adapter

None

TanStack Query version

.

TypeScript version

No response

Additional context

No response

TkDodo commented 4 months ago

@lachlancollins can you have a look please?

lachlancollins commented 4 months ago

@TDanks2000 how did you get to https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs in the first place?

https://tanstack.com/query/latest/docs/framework/react/examples/nextjs works in the sidebar

TDanks2000 commented 4 months ago

@TDanks2000 how did you get to https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs in the first place?

https://tanstack.com/query/latest/docs/framework/react/examples/nextjs works in the sidebar

I dont fully remember, but im pretty sure i search "nextjs"

edit: just checked and yes if you search "nextjs" these dont work, they give the error i sent as they are trying to link to the wrong github

image

TDanks2000 commented 4 months ago

here are the urls of the none working routes

got to these by searching "example" and "nextjs"

https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs https://tanstack.com/query/latest/docs/framework/react/examples/react/nextjs-suspense-streaming https://tanstack.com/query/latest/docs/framework/react/examples/react/star-wars https://tanstack.com/query/latest/docs/framework/react/examples/react/simple https://tanstack.com/query/latest/docs/framework/react/examples/react/rick-morty

lachlancollins commented 4 months ago

got to these by searching "example" and "nextjs"

Ahhh yep, the search is still broken :( for now please use the sidebar.

Hanna922 commented 3 months ago

Is there a planned resolution for this issue?