Results 6 issues of Justin Obney

Added option to set desired opacity of button

**Actual Behaviour** Outlook for iOS is causing my receipt table to stagger. ![image](https://user-images.githubusercontent.com/1054188/59615983-268c0100-90e9-11e9-94e6-618769940ed0.png) **Expected Behaviour** ![image](https://user-images.githubusercontent.com/1054188/59616202-97331d80-90e9-11e9-8703-7880f8726787.png) **Steps to reproduce it** Open the example template in Outlook for iOS **Notes** This...

The first examples that come to mind are: - test file extension (I use `foo.spec.ts`, default to `test`) - test subdirectory (I put under `./__tests__/foo.spec.ts`, default to `./`)

enhancement

One of the things that confused me when I was getting into React was the difference between `props` and `state`. I think passing down a prop called state could potentially...

In my particular use case, I want to store where the user is before a signin redirect so that I can send them back after successful authentication. with `signinArgs` as...