nextjs-breadcrumbs icon indicating copy to clipboard operation
nextjs-breadcrumbs copied to clipboard

Query string with values URL-like are being added in the breadcrumbs

Open travis-south opened this issue 2 years ago • 1 comments

NextJS: [email protected] Nextjs Breadcrumbs: [email protected]

I noticed that whenever you have a query string parameter with a value of a full url, it is also parsed and added by nextjs breadcrumbs. See example below

http://localhost:3000/reset-password?reset_url=https://fake.myshopify.com/account/reset/xxxxxx/yyyyyyy

Will be shown as Home / Reset password / Fake myshopify com / Account / Reset / Xxxxx / Yyyyyyy

travis-south avatar Nov 30 '21 09:11 travis-south

Is there still no support for routes with query params?

mckhames avatar Mar 18 '22 15:03 mckhames