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
The document should be parsable and the individually named actions in the editor should be recognized
What is actually happening?
As soon as you type $ in an array [$someVariable], all named queries, mutations etc are not recognized.
Relevant log output
chrome console log
main.66754811.js:2 Uncaught (in promise) Error: Ancestor for kind "ListValue" not found!
at d (main.66754811.js:2:735954)
at T (main.66754811.js:2:725432)
at d (main.66754811.js:2:718244)
at gc.updateAST (main.66754811.js:2:265395)
at 649.ddb22630.chunk.js:1:687272
at 649.ddb22630.chunk.js:1:687555
at j.value (104.66754811.js:2:856086)
at K._deliver (104.66754811.js:2:300181)
at K._deliverQueue (104.66754811.js:2:300287)
at K.fire (104.66754811.js:2:300717)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Product
Nitro
Version
28.0.7
Link to minimal reproduction
https://gist.github.com/icanhasjonas/e6455e0d80e41059f2d918dfa514762d
Steps to reproduce
When referencing a variable in an array, the nitro parse seams to break, and making the whole document invalid.
Parser working (shows
Run >
etc)Not working
What is expected?
The document should be parsable and the individually named actions in the editor should be recognized
What is actually happening?
As soon as you type
$
in an array[$someVariable]
, all named queries, mutations etc are not recognized.Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: