Tim Petricola

Results 6 comments of Tim Petricola

Thanks for the reply @necolas ! Unfortunately, we can’t rely on raw inputs. The idea is to build our inputs components on top of react-native-web (and Tamagui) as part of...

React is also introducing 2 new hooks in an upcoming version (see documentation for [useFormState](https://react.dev/reference/react-dom/hooks/useFormState) and [useFormStatus](https://react.dev/reference/react-dom/hooks/useFormStatus)) which requires the `name` attribute. I took the liberty of opening a PR...

@efoken thanks for the tip! I didn't think about it and it's a great alternative! (I'm currently patching `react-native-web` for this, and I prefer your approach very much)

We're actually facing the same issue in a very large repository (15k TS files, 1.3M LoC). For `import/no-deprecated` we are seeing: - on v8 + legacy config: 102735.018ms / 66.8%...