-
React 19 will [remove `propTypes` validation for function](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops):
> In React 19, we’re removing the `propType`…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
Currently when I try to define a prop type with literal types, I get a message like this? `Using fallback derivation for type "auto" | Int | true (derivation: MacroWritersImpl)`. I'm assuming this mea…
-
You should add `prop-types` because this library is `peerDependencies` of react-smooth https://github.com/recharts/react-smooth/blob/master/package.json#L44.
Otherwise a lot of warning will appear …
-
## Summary
To be able to define component props with class properties. You can use `prop` helper to specify detailed prop options:
```js
import { Vue, prop } from 'vue-class-component'
// De…
-
Recharts: "^1.7.1"
Warning:
```bash
Warning: Failed prop type: Line: prop type `points[0].value` is invalid; it must be a function, usually from the `prop-types` package, but received `undefined`…
-
Add react prop-types for the ``` ``` component.
-
## Context
In the upcoming React 19 `@types/` packages, [the props of `ReactElement` now default to `unknown` instead of `any`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69022#:~:text…
-
### Steps to reproduce
Link to live example: https://codesandbox.io/p/sandbox/stupefied-hawking-6vsm9f
Steps:
1. Ensure "Include Headers" is checked.
2. Click "Autosize columns" button.
3. Obse…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues and my issue is unique
- [x] My issue appears in the command-line and not only in the text editor
### Description O…