Víctor Casas
Víctor Casas
@midudev Toda la razón quedaría mejor definiendo por separado las herramientas.
@midudev Si! no había tenido tiempo, espero poder modificar el PR durante el día 😁
I think we are having this problem. We are building a template engine where in the root there is `prettier` and `husky` (with a pre-commit) that run alongside `lint-staged` and...
If you decide to use `slidesPerView="auto"` you have to take into account that you have to control the **CLS** (Web Vitals) since doing this causes the images to move, in...
Configuration of react/jsx-no-bind allows to use arrow functions, while the style guide prohibits it
@ljharb @speicus If we were to use the arrow functions constraint, would we be left with creating "traditional" functions inside the component? ```jsx function Hello() { function handleClick() { console.log('Hi!')...
Same problem here 🤚
Same problem here. Using npm 9.6.7 and node 18.17.1
@ljharb I understand that the current focus is solely on `.defaultProps`. However, is there any current or future support for performing a different type of validation? The proposed validation would...
@ljharb I understand your position regarding point 2, can we revisit it in the future for more feedback on this? I still think it would be nice to provide some...
@ljharb Regarding point 1, could we re-evaluate it? Facebook already made changes in React Dom (v18.3.0) to start throwing warnings when `.defaultProps` is used in functional components, but not for...