You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the search function, if a search term is entered and then the 'Enter' key is pressed, the console throws a Type error and the search hangs. This doesn't seem to happen if you simply type the search term and then wait for results to appear without hitting 'Enter'. This occurs on the wiki.js documentation page as well.
To Reproduce
Steps to reproduce the behavior:
Go to wiki homepage
Click on search bar and type in a term then press the 'Enter' key
See error
app.9a3d737249f89b3b4388.js:89
TypeError: Cannot read property 'length' of undefined
at a.t (ui-extra.1b40d9638c73b36c5fef.js:2)
at a.t._render (app.9a3d737249f89b3b4388.js:89)
at a.i (app.9a3d737249f89b3b4388.js:89)
at vn.get (app.9a3d737249f89b3b4388.js:89)
at vn.run (app.9a3d737249f89b3b4388.js:89)
at mn (app.9a3d737249f89b3b4388.js:89)
at Array.<anonymous> (app.9a3d737249f89b3b4388.js:89)
at Zt (app.9a3d737249f89b3b4388.js:89)
Expected behavior
Search results to appear regardless of whether user hits the 'Enter' key
Describe the bug
When using the search function, if a search term is entered and then the 'Enter' key is pressed, the console throws a Type error and the search hangs. This doesn't seem to happen if you simply type the search term and then wait for results to appear without hitting 'Enter'. This occurs on the wiki.js documentation page as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Search results to appear regardless of whether user hits the 'Enter' key
Screenshots
Video of behavior: https://drive.google.com/file/d/1Jmf3VEnBh6ni5c0Q2B5XmHh1zo2C7NQi/view
Host Info (please complete the following information):
Additional context
This occurs at https://docs.requarks.io/ as well as on our own wiki page.
The text was updated successfully, but these errors were encountered: