react-stripe-elements
react-stripe-elements copied to clipboard
Moved to stripe/react-stripe-js.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
### Summary & motivation Duplicate Feature of a PR I just made for @stripe/react-stripe-js https://github.com/stripe/react-stripe-js/pull/30 Simple change to make debugging with React DevTools a little bit easier by having a...
### Summary & motivation Changed only the documentation. A part was added describing the procedure for taking data from the form when using separate components for a bank card. A...
### Summary & motivation The async loading example uses old code and should be updated for React Hooks. ### Testing & documentation It's just the readme so no testing was...
I have a case when I need to clone an `` component with overriding of its properties with less priority. For example: ```js import React from 'react'; function SmartElement({ children...
### Summary & motivation Updating README to include an import ### Testing & documentation yolo
### Summary & motivation When rendered in React Strict mode, this library generates warnings because it is using the deprecated lifecycle method `componentWillReceiveProps`. I moved the code inside of `componentWillReceiveProps`...
### Summary & motivation Added support for https://stripe.com/docs/stripe-js/reference#stripe-handle-card-action ### API review **Added new method, not breaking existing code.** Copy [this template] **or** link to an API review issue. [this template]:...