Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw error when CustomCheckoutContext value is null. (stripe#444)
- we don't render any children until the context is set. So as long as the app is wrapped in CustomCheckoutProvider, users should not hit this error. - This is to make it easier for TS users to destruct the object without worring about nullable cases
- Loading branch information