stdlib-js / www

Website for stdlib, a standard library for JavaScript and Node.js.
https://stdlib.io
Apache License 2.0
6 stars 8 forks source link

[Bug]: loading search on initial load and then clearing breaks the application #45

Closed kgryte closed 2 years ago

kgryte commented 2 years ago

Description

Encountered an error when loading the search page directly and then clicking the icon to clear the search results. The console logs various errors and the page is completely blank.

Related Issues

No.

Questions

No.

Demo

No response

Reproduction

-   load <https://stdlib.io/docs/api/latest/search?q=sine> in the browser.
-   click the icon to clear the search results page.

Expected Results

The application should navigate to the welcome/landing page.

Actual Results

The page is blank.

Environments

Firefox, Chrome, Safari, Microsoft Edge, Internet Explorer, Other Browser

Browser Version

No response

Node.js / npm Version

No response

Platform

No response

Checklist

kgryte commented 2 years ago

This appears to be resolved. Closing...