Results 6 issues of Tomek

Based on idea from this [article](https://medium.com/@pitipatdop/little-neat-trick-to-capture-click-outside-react-component-5604830beb7f): ```js export default function Img({ src }) { const ref = useClickOutside(handleClickOutside); function handleClickOutside() { console.log("clicked outside"); } return ( ); } function useClickOutside(fn)...

I weren't sure whether this could go to the library but I was curious what others would think about it: **Description:** It creates `React.lazy` component with custom Promise: **Basic usage:**...

## Bug report ### Current Behavior Since [email protected] I cannot update it because typings of FieldArray break ![image](https://github.com/jaredpalmer/formik/assets/12544704/36a264ba-f943-4c1b-a7e7-a638a0b1e408) ![image](https://github.com/jaredpalmer/formik/assets/12544704/61508998-0dd6-46da-8102-b701020ee56f) ### Expected behavior FieldArray should be correctly typed ### Your environment...

Type: Bug

I noticed at times that camera would be turned on but not being able to scan QR code. Even if I refreshed the page the problem would persist - I...

Hi thanks for the lib. It would be useful to start the countdown immediately without manually calling `start`

`IntlProvider` is a named export :)