NextJS: next@11.1.2
Nextjs Breadcrumbs: nextjs-breadcrumbs@1.1.9
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
NextJS:
next@11.1.2Nextjs Breadcrumbs:
nextjs-breadcrumbs@1.1.9I 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/yyyyyyyWill be shown as
Home / Reset password / Fake myshopify com / Account / Reset / Xxxxx / Yyyyyyy