Wouter Raateland

Results 6 comments of Wouter Raateland

A possible workaround would be to validate each field by inspecting `formState.values`. For each invalid field, you could call `formState.setFieldError`. Although this requires a bit of extra code, I think...

Hi @domzs Using `formState.reset()` resets the current values to the initial values. After reset, `formState.isPristine()` will return `true`.

In this case, using the `.url` value as the key would work, but is not ideal. The encapsulating `PostgrestFilterBuilder` provides some nice error handling. By just passing the `.url`, this...

Doesn't crash for me. Please provide a minimal example that reproduces the behavior (codesandbox or similar).

Maybe I understand you incorrectly, but `onPan` should only fire when you are actually dragging the container around. Can you clarify what you mean by: "scroll panning"?

Thanks for the suggestion! If you can make a PR for it I'd be happy to accept.