Brie

Results 2 comments of Brie
trafficstars

Worked on a fix for this yesterday and just put up a PR here https://github.com/benjamn/ast-types/pull/299 There were actually more cases than `Identifier`, so I fixed those as well. > One...

If we forbid using `null`, what's the best way to indicate an empty value for controlled input components. Using `undefined` doesn't work because that indicates that the component should be...