brigand / brigand/babel-plugin-flow-react-proptypes
Union + Intersection
Open
- Dominant language
- JavaScript
- Stars
- 427
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Ran into this with the following code:
```js
type BaseProps = {
x: string,
}
type Props = BaseProps | (BaseProps & {
y: string,
})
```
Contributor guide
Assessment
This issue has not been assessed yet.