Carlos
Carlos
**Intended outcome:** Keep my test passing when upgrading `@apollo/react-hooks` from 3.1.3 to 3.1.5. **Actual outcome:** A bunch of tests started failing. I traced it down to usages of `useLazyQuery` +...
- `downshift` version: 3.2.10 - `node` version: 10.15.3 - `yarn` version: 1.17.3 **Relevant code or config** ```javascript const stateReducer = (state, changes) => { switch (changes.type) { case Downshift.stateChangeTypes.clickItem: case...
I just realised that when providing a `MockedResponse` to `MockedProvider`, you can provide a `newData` key in the `MockedResponse`. This seems to be an alternative to the `result` key. I...
Hi! I just discovered the project and it is exactly what I was looking for :) I am coming from `lint-staged` and I was looking for this extra precision :)...
Hello! Great work here! 🙌🙌 Just wondering if there are any plans to support LinkedIn as an official auth provider in the near future. Thank you!