-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
case: URL with no slash before hash
Example
https://rescript-lang.org/docs/manual/api/stdlib/promise#value-catch
Reached by
clicking on links on the sidebar. Doing so on API pages adds hash to the URL, but doesn't on Manual or React pages
Problems
API pages are sometimes not scrollable. It seems to be cycling between scrollable and not on each click on links on sidebar.
case: URL with slash before hash
Example
https://rescript-lang.org/docs/manual/api/stdlib/promise/#value-catch
Reached by
- directly input (e.g. copy-paste) the URL of either case into the browser URL box, or
- refresh page
Problems
- on
ManualandReactpages, there are no buttons to previous/next chapter at the bottom - sidebar doesn't highlight the current page on any Manual, React, or API page.
There are error messages in browser dev tools console:
-
Minified React error #418https://react.dev/errors/418?args[]=text&args[]=- logged on initial load of any page, such message does not appear when navigating via the sidebar
-
GET https://rescript-lang.org/docs/manual/introduction.data net::ERR_ABORTED 503 (Service Unavailable)- logged every time any link on sidebar is hovered
- only occurs on
ManualandReactpages, not onAPIpages - error URL depends on which link is hovered
Metadata
Metadata
Assignees
Labels
No labels