2.1.1
The "Better error handling" update
- Use
console.error
instead of throwing; ensures one misconfigured group does not fail the rest of page - Disallow nested
data-checkswipe
, and other generally better error detection
The "Better error handling" update
console.error
instead of throwing; ensures one misconfigured group does not fail the rest of pagedata-checkswipe
, and other generally better error detection