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
Argument of type '(string | RSpecial<"ARGS">)[]' is not assignable to parameter of type 'KeyType'. Type '(string | RSpecial<"ARGS">)[]' is not assignable to type 'RSpecial<"ARGS">'. Property 'type' is missing in type '(string | RSpecial<"ARGS">)[]'.
It's produced by code which looks similar to the following:
I am receiving this error:
It's produced by code which looks similar to the following:
The compiled code runs correctly without error from the RethinkDB library.
The problem seems to be with
r.args
in the context of a compound index in agetAll
query.I attempted to look through
rethinkdb.d.ts
to find the cause of the issue, but have been unsuccessful so far.If anyone can lend a hand in resolving this, that'd be much appreciated.
The text was updated successfully, but these errors were encountered: