Marcel Blijleven

Results 3 comments of Marcel Blijleven

I've encountered this assertion exception too today, in my case it was a call to `consumer.subscribe()` **after** the consumer was started with `await consumer.start()`. Just thought I'd leave this here...

Running into similar errors, it seems a recent release in react-hook-form caused this (https://github.com/react-hook-form/react-hook-form/pull/10342). Reverting react-hook-form to 7.44.3 helps for now

It's caused by an update in react-hook-form, pinning to 7.44.3 helps (see https://github.com/shadcn/ui/issues/735#issuecomment-1609416635)