Gabriel Inzirillo
Gabriel Inzirillo
That would be very nice to have this feature. I wonder what are the workaround in the current situation. I have see one custom plugin [vite-plugin-proxy-middleware](https://github.com/williamyorkl/vite-plugin-proxy-middleware) but didn't tested it...
Any idea idea on the deadline for the release? Is it ready for an alpha release that we can start to test?
I just see #1323 and the #1324 PR that seems to be related and will surely fix this bug too.
Same issue for me.
I am also in favor for a more quick activation and phase-out. Not sure what are the best numbers but my assomptions would be something like: Hard-fork activation: **~2 months**...
I'm just trying out this library in my react 19 project and I got the same issue, no way to load a PDF. I always get the `Failed to load...
I also feel like the `canSubmit` is a little hard to grasp at first. I feel like the `onSubmitInvalid` should at least be called if `canSubmit` is false. But I...
Hi, I believe to have a similar issue when using the `sidebar` component. When I use `SidebarMenuButton` with `asChild` : ```jsx {item.icon && } {item.title} ``` it makes the tooltip...