We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following querySelectorAll will throw error when data-value="..." string contains " (quote)
data-value="..."
cmdk/cmdk/src/index.tsx
Lines 399 to 404 in eb4fd0f
Maybe can encodeURI like this?
Lines 772 to 777 in eb4fd0f
The text was updated successfully, but these errors were encountered:
This error still happens
Sorry, something went wrong.
@Rinava Any minimal reproduction?
Successfully merging a pull request may close this issue.
The following querySelectorAll will throw error when
data-value="..."
string contains " (quote)cmdk/cmdk/src/index.tsx
Lines 399 to 404 in eb4fd0f
Maybe can encodeURI like this?
cmdk/cmdk/src/index.tsx
Lines 772 to 777 in eb4fd0f
The text was updated successfully, but these errors were encountered: