DK
DK
Thx for details.. I think there will be maybe more issues with linux (wsl) also instalation of dev. certificate can fail on wsl.... I tested CI/CD only on windows based...
I dont recomend to use `--legacy-peer-deps` this can mishmash your package versions...
@jbogard Any idea what fire this exception on debug mode ? I see now more devs having this issue.. Is it some known problem? Are you familiar with it ?
I can imagine just setting internal state after fallback gets called and than after return just check if it was rendered for concrete amount of time... if yes render children...
When i delete (or im not using) query option "OnError" or "OnComplete" i dont have loop problem... but when one or any other is present then infinity render loop is...
For people who are searching for solution... Please make sure the ` "executable": "YourNamespaeName",` (from `electron.manifest.json`) match the `YourNamespaeName` from your `.csproj` file... Also make sure that you dont use...
@javierlarota did you build your own package or ow you use it because the oficial last release is befor your change... I cannot ignore the cert errors currently.. Any help?...
I currently ended up with building self `main` from ElectronNet with all recent changes...
For people who are searching for solution... Please make sure the "executable": "YourNamespaeName", (from electron.manifest.json) match the YourNamespaeName from your .csproj file... Also make sure that you dont use whitespaces...
@maraisr i think you can solve it using separate fragments for each union inside your querry. It will spilit it to fragmentRefs.. ``` query BlogPostQuery { blog { __typename //...