Results 5 comments of Jameson

@charliecruzan-stripe I am using a credit card scanner and want to set the values of CardField. Is it still PCI Compliant? Scan Card is only on Payment Sheet and is...

``` sudo apt-get -y -qq update sudo apt-get install python3-pip python-dev build-essential sudo pip3 install --upgrade setuptools sudo pip3 install awscli --upgrade ``` I removed the setuptools and it works...

I am still having this issue even on a non-range date picker. To solve this, ``` onChange={value => { let dob = moment(value) if (dob.isValid()) { setDate(dob.toDate()) } else {...