-
### 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…
-
Me parece piola usar prop types no solo para validar que los datos sean pasados correctamente, sino para tener una manera facil de leer la "interfaz" de un componente
https://reactjs.org/docs/typec…
-
```javascript
import PropTypes from 'prop-types';
MyComponent.propTypes = {
// You can declare that a prop is a specific JS type. By default, these
// are all optional.
optionalArray: Pro…
-
### Describe the problem
Now there is only a single type [HTMLInputAttributes](https://github.com/sveltejs/svelte/blob/svelte%405.0.0-next.260/packages/svelte/elements.d.ts#L1036) for all input eleme…
-
If you are following and coding along, you might have come across this error yourself as well, i.e in the Implementing the Cities video.
When you try to pass the city prop to the CityItem.jsx compone…
-
[Expo App] - React native IOS
ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes.
We recommend that you migrate away from PropTypes and switch to a type syste…
-
## description
The props type of the `VueDraggable` is `Array`. It misses the [boolean casting](https://vuejs.org/guide/components/props.html#boolean-casting) powered by Vue. When merging options, …
LoTwT updated
1 month ago
-
Hi, first of all thanks for this package!
In case you didn't know, @andrewbranch has made a type testing tool Are The Types Wrong?
I was looking at [the Are The Types Wrong? page for `react-conf…
-
### 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…
-
After merging https://github.com/forem/forem/pull/14635, we have a lot of prop-types errors in the console that need to be cleaned up. These errors can be observed throughout the onboarding flow and d…