-
## Bug Report
When I use the `object?.key` inside my component code, the Props table doesn't render. And when I change to `object.key` the Props component render successfully my prop-types.
I tr…
-
Given the following code:
```rust
enum ETest {}
impl ToString for ETest {
fn to_string(&self) -> String { String::new() }
}
#[derive(PartialEq)]
struct Props {
to: ETest
}
im…
-
`CloseButton` uses its `size` prop to control the Close icon's size. This is a problem because `CloseButtonProps` extends `ButtonProps` which defines `size` as a specific string set so the resulting t…
-
When adding `import { GiftedForm } from 'react-native-gifted-form';` to a React 16 app you get an error
> undefined is not an object (evaluating 'React.PropTypes.string')
One would assume that …
-
### Vue version
3.3.4
### Link to minimal reproduction
https://github.com/justin-schroeder/generics-discriminated-union-reproduction
### Steps to reproduce
Any component with generics, where the …
-
`npm run dev`
yields the following repeated console output:
```
Check the render method of `App`.
[1] Warning: Failed Context Types: Calling PropTypes validators directly is not supported by …
-
## The devDependency [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) was updated from `7.12.3` to `7.12.4`.
🚨 [View failing branch](https://github.com/iansinnott/react-string…
-
As the title says, it should be possible to pattern match on a `Prop` as long as the result is in a (definitionally) proof-irrelevant type, not only in a `Prop`.
Examples of proof-irrelevant types th…
-
I have
```
"prop-types": "^15.7.2",
...
"react": "^16.8.4",
"react-dom": "^16.8.4",
...
"react-tag-input": "^6.4.0",
```
in my project and when I run `yarn install` I've got such warning:
``…
-
## The devDependency [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) was updated from `7.12.1` to `7.12.2`.
🚨 [View failing branch](https://github.com/loanmarket/react-router…