Rui Araújo
Rui Araújo
### Discussed in https://github.com/fabian-hiller/valibot/discussions/851 Originally posted by **ruiaraujo012** September 26, 2024 I have an array of password validations that came from the BE when the app starts, the array is...
I didn't find a way to run some `exec` commands only in `main`. I have a release config that has to run in `main` and `dev`. `main` is the production...
Now that react 19 is stable, you should add it as a peer dep. ``` ├─┬ mui-one-time-password-input 3.0.1 │ ├── ✕ unmet peer @types/react@^18.0.0: found 19.0.1 │ ├── ✕ unmet...
Now that react 19 is stable, you should add it as a peer dep. ``` └─┬ mui-tel-input 7.0.0 ├── ✕ unmet peer @types/react@^18.0.0: found 19.0.1 ├── ✕ unmet peer react@^18.0.0:...