cleave.js
cleave.js copied to clipboard
stop mutating options prop in react component
This fixes a bug where the react component will mutate the options
object it gets as a prop, which is strongly frowned upon and can cause strange behavior when you expect this object to be readonly.