Jeff Stock

Results 1 issues of Jeff Stock

Consider the following: ### Working, no union type ```export const Button = (props: ButtonProps) => { ... }``` ![image](https://user-images.githubusercontent.com/13420097/72181448-37aaa100-339e-11ea-9cfd-fe56d003afef.png) ### Broken when union type (&) used ``` export const Button...