Mark Janiczak
Mark Janiczak
Ah ok - I'll keep an eye out for future updates. I managed to workaround the issue for now. Are there any plans to allow for custom chunk types? An...
How large is your input file? [The FAQs say that the maximum input file size is a hard 2GB](https://ffmpegwasm.netlify.app/docs/faq#what-is-the-maximum-size-of-input-file) which you may be easily going over by encoding 4k and...
I don't, no. Although I did try supplying my own `measureElement` and used different methods of rounding and even just returned the decimal value from it. It doesn't happen when...
I've added some logging around here https://github.com/TanStack/virtual/blob/eae81c166c7ecdec477efb2f5d8ab6d897e096ae/packages/virtual-core/src/index.ts#L395-L409 and noticing that the calculated range bounces back and forth: 
I've done a little more digging and found that the issue actually occurs when the estimated sizes don't match the measured sizes and you've wrapped the `measureElement` function inside a...
I'm getting this too and I don't really understand why the child data is merged into the root level. For example I might have the following inputFields schema: ```json [...
Here's a real scenario we're working on that requires focusing outside of a dropdown menu when an item is selected: https://github.com/user-attachments/assets/024f7b12-b725-4bcc-81f9-b3b75a2cb901 This is generally a problem for any component that...
@zernonia any thoughts? I've got some time later this week to make any necessary changes.
A similar PR [here](https://github.com/unovue/reka-ui/pull/2110/files) where this happens with the menu component. The popover and dialog components could also have this problem but I haven't tested those.
Personally I don't think this fits within the scope of Reka. You can use formkit alongside Reka components to manage form structure and state if you'd like. Headless form packages...