Jorens Merenjanu

Results 22 issues of Jorens Merenjanu

Hello, I'm trying out, experimenting with matter.js, and I've come across an issue. I have a static rectangle for the ground, and then I have a function that spawns a...

need-more-info

Hello, I have problem. I put a function into the `onRightAction` prop. The problem is that it gets called with about 1-2 second delay. I'd like for it to be...

Hello, I tried installing this lib using npm, but it gave me an error, saying that the "build" script is missing. Under further inspection it seems that when I install...

### Minimal reproducible example Any app that uses expo-router's Drawer ### Summary When adding a fresh Drawer component in to the `_layout.tsx` file, all top level route are automatically displayed...

needs review

## Bug report ### Current Behavior The docs' layout is a bit broken, here is a screenshot: ![formik docs](https://github.com/jaredpalmer/formik/assets/17122123/00a0f8cf-f26f-4e76-a368-ffd4e86846f7) As you can see, there are a couple of issues, namely...

Type: Bug

## Bug report ### Current Behavior Currently the `useField()`s `onChange` accepts either an event or a string. For inputs that are more complicated than simple strings, this won't suffice. For...

Type: Bug

## Feature request The Formik docs say that Formik is 100% compatible with React Native, but this is slightly untrue if you're using TypeScript. Formik's functions don't accept React Native's...

Type: Feature Request

## Bug report ### Current Behavior When using the `useField()` hook, like so: ``` const [field, meta, helpers] = useField(name); ``` Then when I want to call `field.onChange()`, I have...

Type: Bug

Hello, I want to make a console application, but I want to make it accessible. What is the state of accessibility for this package? How can I ensure that my...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug