thoughtbot / fake_stripe

A Stripe fake so that you can avoid hitting Stripe servers in tests.
MIT License
401 stars 78 forks source link

Avoid overridding Element native JS class in v3.js #102

Closed mateusg closed 3 years ago

mateusg commented 5 years ago

Element is a native JS class and should not be overridden. The current implementation of v3.js might cause issues in other scripts. https://developer.mozilla.org/en-US/docs/Web/API/Element

dkniffin commented 4 years ago

@mjankowski Can we get this merged? It seems like this repo is kind of abandoned. There are a lot of open PRs awaiting review. Do you need more maintainers?

mateusg commented 3 years ago

Closing as it's obsolete.