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
chore: explicitly coerce types in element commands
Typescript doesn't like accessing queries using a string variable since
the queries object doesn't have an index type. This is currently ignored
with a @ts-expect-error declaration. Instead ensure the queryName
variable is treated as a key of the queries object.
0 commit comments