Open mhevery opened 2 years ago
Describe the bug
searchParams is missing in request pramater in QwikCitp
searchParams
request
To Reproduce Steps to reproduce the behavior:
onGet
Expected behavior Expecting that searchParams would contain the page paramater
page
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
After further investigation the issue is that <Link> component does not seem to forward the searchParam
<Link>
searchParam
Just ran into this issue too, will be important for going live!
Describe the bug
searchParams
is missing inrequest
pramater in QwikCitpTo Reproduce Steps to reproduce the behavior:
onGet
method does not have any data.Expected behavior Expecting that
searchParams
would contain thepage
paramaterScreenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.