Tim Petricola
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%...
We're also seeing a similar issue and ended up replacing by a custom (similar to [this one](https://github.com/icflorescu/mantine-datatable/issues/651#issuecomment-2408578061)) simplified typing. It reduced our `tsc` steps by ~15s on CI
@Tpuljak the SDK errored after
Hi @Tpuljak actually it happens again. Last example: The command failed locally after 14min35s with: ``` ---> Removed intermediate container fef609f2cb2c ---> d031c9e87e82 Successfully built d031c9e87e82 Successfully tagged daytona-002b9265814c4e1781dcb6bc87ee1f64aa50a5cbb3cd3ac55576dd0c6f2c5407:daytona node:internal/deps/undici/undici:11132...
@Tpuljak Not sure how to see the size locally. But last image that succeeded last week is is reported at`size: 11.152360736392438` through Daytona's SDK