Merge pull request #10276 from Vanuan/patch-3

Misleading information on upgrade: react-docgen
This commit is contained in:
Michael Shilman 2020-04-01 08:39:55 +08:00 committed by GitHub
commit 7a4897b71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,8 @@ type NewType = SomeType & { foo: string };
const MyComponent: FC<NewType> = ...
```
This was also an issue in `RDTL` so it doesn't get worse with `react-docgen`. There's an open PR for this https://github.com/reactjs/react-docgen/pull/352 which you can upvote if it affects you.
This isn't an issue with `RDTL` so unfortunately it gets worse with `react-docgen`.
There's an open PR for this https://github.com/reactjs/react-docgen/pull/352 which you can upvote if it affects you.
#### Rolling back