Richard Van Camp
Richard Van Camp
Just noticed from you repl demo that the cursor doesn't change when hovering over the component, so I didn't immediately realize I could slide the value.
This is a super library (thanks!) and, therefore, I am lightly wrapping it in a more idiomatic way for React (in a hook) and Svelte (using a store). The wrapper...
I am surprised I cannot create my own reusable Validators. Maybe there is some technical reason I am missing that this is kept internal? If not it would be really...
Presently the property name is added to the debugMessage. It would be useful to have the propertyName in the ValidationError. I am sending a list of errors to a client...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
**Is your feature request related to a problem? Please describe.** To ensure in rolling out a first tap-to-pay feature on lots of our fleets devices, we need to be able...
**Is your feature request related to a problem? Please describe.** Currently if you call `confirmPaymentIntent` and get back an error like "Your card was declined", this always comes with the...
**Is your feature request related to a problem? Please describe.** Presently there is no way in the RN client to get the decline error which could be used to decide...