Skip to content
New issue

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

[Bug] Cannot use 'in' operator to search for 'subscribe' in value #12

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

HugeLetters
Copy link
Contributor

Queries can have regular values as input and you can't use in operator on primitives this PR adds an additional check for Svelte stores.

On this line the app errors with primitive values as inputs in queries.

args[0] && isSvelteStore(args[0])

@ottomated ottomated merged commit 63fef09 into ottomated:main Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants