hophiphip
hophiphip
When HMR is triggered `useEffect` cleanup function will call function returned from `instance._didMount()`. This will set `scrollElement` to null and `Virtualizer` will stop working. I added an additional check if...
Does sharing the same `FormInstance` between multiple `` components considered correct? Example: ```tsx function SampleWithError() { const [form] = Form.useForm(); return ( { console.log(await form.validateFields()); }}> Validate ) } ```...
Hi, this PR contains some refactoring that makes package compatible with React 18/19. **Changes**: - Updated library and demo app dependencies versions; - Removed `react-scripts` (outdated) in `demo` app in...