Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

depsimon

depsimon starred infinitered/reactotron
depsimon starred diegomura/react-pdf
depsimon starred zoontek/react-native-edge-to-edge
depsimon starred tremorlabs/tremor
depsimon starred taskrabbit/react-native-parsed-text
depsimon starred FaridSafi/react-native-gifted-chat
depsimon starred campsite/campsite
depsimon starred nysamnang/react-native-raw-bottom-sheet
depsimon starred luadotsh/lua
depsimon created a comment on an issue on lawnstarter/react-native-picker-select
Until the fix is merged, you can fix in in your codebase by passing the textInputProps to the PickerSelect: `textInputProps={{ pointerEvents: "none" }}`

View on GitHub

depsimon created a comment on a pull request on lawnstarter/react-native-picker-select
In the meantime you can now pass the props to the Picker: `textInputProps={{ pointerEvents: "none" }}`

View on GitHub

depsimon created a comment on an issue on TanStack/form
Gotcha! This is the way then! Thanks for your time & patience 🙌

View on GitHub

depsimon created a comment on an issue on TanStack/form
Don't you think there is a use case where a form error is not tied to the form state? I am thinking about a few cases where it could be useful to be able to set a form error that doesn't require a...

View on GitHub

depsimon created a comment on an issue on TanStack/form
Ah, I remember having seen discussions about running fetch queries in validators. That's a bit confusing but also makes sense at the same time ^^ I changed the reproduction to use `onSubmitAsync` ...

View on GitHub

depsimon opened an issue on TanStack/form
Cannot resubmit the form when there is a submit error
### Describe the bug I am trying to hook API Errors with @tanstack/form. I thought I could set the error in an ErrorMap on the `onSubmit` key as it revalidates when the form is actually submitted...
depsimon starred orval-labs/orval