Andrew Walton

Results 7 comments of Andrew Walton

Here is the gist of the test case that is failing: ```tsx it('should handle address input changing', () => { const handleAddressChange = jest.fn(); const { getByLabelText } = render(...

@wheresrhys - could it potentially be a node version issue? I'm running v14.

These tests are running as part of a `create-react-app`, latest version of `react-scripts` and its jest configuration, along with jest 26, so using JSDom. I only mentioned the sandbox because...

Sorry for the delay in getting back with you, I'm working through a separate upgrade issue with another library since I found a workaround for this. I should hopefully have...

@peternoordijk - Thanks for looking into hooks! Could you explain a bit about your decision to use method chaining as a way to build a query? I've been thinking about...

@peternoordijk - Thanks for the explanation and sorry again for the long delay. I agree with @gaearon regarding the chaining. This feels like more of an advanced use case to...

@alexstrat - Although it would be preferable to use typescript in the project for typescript consumers, I believe it would require pretty significant effort to the build system. Currently we...