Shahar Har-Shuv

Results 65 comments of Shahar Har-Shuv

I get what you are saying, but in practice, and in many use cases, not being able to do it here just makes DX more difficult. Here's an example: ```...

You first example wouldn't work because you are injecting inside the `todosQueryOptions` method. When you call it in a non-injection context it will throw. I assume you meant that you...

It seems like the styling changes were done automatically on commit by lint-staged. Let me know if you think something in my set up is wrong and it shouldn't have...

The tests failures don't seem to be related to my change, as they fail in the react adapter.

@arnoud-dv Apparently the error wasn't caught by the test, thanks for noticing. I took @kfrancois's approach of using an "errorSpy" and manually catching the error. Now the test will fail...