Sergey
Sergey
@arnoud-dv I got the same error if I use a component with a required input and injectQuery with dependency on the required input inside ng-boostrap modal. See [repo](https://github.com/SergeyFilenko/TanStackQueryWithBootstrapModal/blob/main/src/app/app.component.ts). The setup...
``` For example the Angular router example in the documentation uses a required signal. ``` Well, it actually made me wonder if this router example is affected the same way...
@arnoud-dv It seems that this PR might have created another issue. Disabling a query with a boolean signal and setting this signal inside mutation onSuccess function throws an error ...