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
It is related to #11 and is even mentioned in a comment there. This part is easy to fix and I can propose a PR for it.
The second issue is that query flags are always added to the request (see valid code above), the actual argument of the client function is not even checked. This one is similar to #16, but I think it's better to have a separate issue for query flags processing.
The text was updated successfully, but these errors were encountered:
We've recently encountered a couple of issues when generating Vanilla JS code.
Firstly, when a query flag is followed by something else, the generated request looks like this:
Instead of:
It is related to #11 and is even mentioned in a comment there. This part is easy to fix and I can propose a PR for it.
The second issue is that query flags are always added to the request (see valid code above), the actual argument of the client function is not even checked. This one is similar to #16, but I think it's better to have a separate issue for query flags processing.
The text was updated successfully, but these errors were encountered: