Release 0.3.0
Upgrade Instructions
This change fixes a conflict where we had both an error
event and an error
on the Stripe Element component.
If you previously accessed the error
, e.g. by yielding to a block with your component, you should now prefer accessing stripeError
.
The error
event still fires as before.
Changelog
- #23 [BUGFIX] rearrange error setter close #22 @snewcomer
- #24 Upgrade to 2.17 @snewcomer