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
If a result to your search query (not the query itself, as reported in #16506) contains quotes (don’t think it matters if it’s single or double), then the app crashes. The screencast shows the DOMException that causes the app to crash, but I have also provided additional context below.
To Reproduce
See the screencast below:
CleanShot.2023-10-17.at.13.41.49.mp4
Expected behavior
I should be able to hover over the result and click on it.
Screenshots
N/A
System information
OS: N/A
Browser: Brave
Version of supabase-js: N/A
Version of Node.js: N/A
Additional context
I reported the error on dip/cmdk#189 because I believe the issue exists in the library itself, but because it is causing the app to crash, I thought it would be useful to report it here as well. I know you guys use a forked version of cmdk, so maybe the fix can be applied to the forked version directly. LMK if you need more info.
Bug report
Describe the bug
If a result to your search query (not the query itself, as reported in #16506) contains quotes (don’t think it matters if it’s single or double), then the app crashes. The screencast shows the
DOMExceptionthat causes the app to crash, but I have also provided additional context below.To Reproduce
See the screencast below:
CleanShot.2023-10-17.at.13.41.49.mp4
Expected behavior
I should be able to hover over the result and click on it.
Screenshots
N/A
System information
Additional context
I reported the error on dip/cmdk#189 because I believe the issue exists in the library itself, but because it is causing the app to crash, I thought it would be useful to report it here as well. I know you guys use a forked version of
cmdk, so maybe the fix can be applied to the forked version directly. LMK if you need more info.