This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nextjs/ssr): parse
params.asPath
(#189)
There is an edge case where `params.asPath === '/'` and gets converted to `{'/': null}` as search state. Checking that we have an `?` before fix this issue.
- Loading branch information