Dynamic page omit assertion of router.query
Hey , I am using an eslint rule that prevents me from invalid template literals. Is there anything I can do to omit
pid as string
? 1 Reply
Assertion makes this link href='somepath/undefined' in page source
Should I just return null when the page is rendered on a server
Or whats the solution