Tim Petricola
Tim Petricola
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using `react-native-web` in a project targeting a web environment...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using `react-native-web` in a project targeting a web environment...
Fix https://github.com/necolas/react-native-web/issues/2596 Add `name` to the list of forwarded props. This is important to have `input` element be compatible with standards: - `FormData` web standard ([doc](https://developer.mozilla.org/en-US/docs/Web/API/FormData)) - new React `useFormStatus`...
**Describe the bug** I'm building a snapshot that: - pulls a git repository - installs node dependencies (with `yarn`) - installs python dependencies (with `uv`) When I try to build,...