Open
Description
package.json
seems to lock us into using version 2.3.2
of signature_pad
, rather than the latest 4.0.2. I noticed because I encountered this error:
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
and upon searching, found it has already been fixed in szimek/signature_pad#308 years ago . Are we able to take advantage of the upstream fixes?