Leo Jiang
Leo Jiang
Thanks for the suggestion! I updated to `1.1.0-beta.6` and tried `onDiscarded`. It looks like `onDiscarded` is only called if `shouldStartNewRequest` is true. I can make `shouldStartNewRequest` false by disabling deduping,...
@koskimas I think the issue is caused by `NonFunctionPropertyNames` including `QueryBuilderType`. It should go away by excluding `QueryBuilderType` in `PartialModelObject` and `PartialModelGraph`: ``` type PartialModelObject = { [K in Exclude]?:...
Thanks! I still need `T extends any` to avoid `Maximum call stack size exceeded`. Maybe my types are just weird and it works for other people without that
Chromium team is triaging this: https://issues.chromium.org/issues/333624618