Andrew Walton
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...
@jasminb - I read through the spec and I do believe this behavior violates the spec. In the `Compound Documents` section, directly under the payload sample, is the following text:...
@jasminb - I'm not sure I completely follow what you mean by consequences for resource resolution. I would imagine that the library could maintain a hash map or some data...
@jasminb - thanks for such a quick fix!