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
I'd love to be able to pass query options when I use the useLiveQuery hook. I have a use case where I want to make a query that needs rowMode to be set to "array", but I can't do that with the hook. Is there a reason it doesn't currently accept QueryOptions?
If not I would be happy to submit a PR to add support for this.
The text was updated successfully, but these errors were encountered:
that would be a great addition. Would very happily take a PR to add those options to live.query and useLiveQuery, I think it's a little harder on incremental version due to how it's implemented.
I'd love to be able to pass query options when I use the
useLiveQuery
hook. I have a use case where I want to make a query that needsrowMode
to be set to"array"
, but I can't do that with the hook. Is there a reason it doesn't currently acceptQueryOptions
?If not I would be happy to submit a PR to add support for this.
The text was updated successfully, but these errors were encountered: