-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Uncaught (in promise) Error: Unsupported URL: https://github.com/issues/ #372
Comments
I attempted to load this URL, got a successfully rendered roadmap, and then refreshed and it succeeded again. I removed my “debug” item in localStorage and reloaded, and got the same error as reported; investigating now. |
it seems like the children of CheckerNetwork/roadmap#12 are not being recognized properly. |
The children parsing logic was failing on parsing a Starmap/lib/getValidUrlFromInput.ts Lines 1 to 22 in be39102
returning Line 94 in be39102
|
* test: add test for #372 * fix: check for #<num> in getValidUrlFromInput fixes #372 * chore: test fixture eof newline Co-authored-by: Nishant Arora <[email protected]> --------- Co-authored-by: Nishant Arora <[email protected]>
reported in slack
problem url: https://starmap.site/roadmap/github.com/filecoin-station/roadmap/issues/1
source:
Starmap/lib/paramsFromUrl.ts
Line 17 in be39102
Starmap/pages/roadmap/[...slug].tsx
Line 147 in be39102
The text was updated successfully, but these errors were encountered: