Steve Frost
Steve Frost
> Without ssl it was working, with SSL I got this 502 error. > Anyway, I switched to d2c they got strapi stack hub :-) > > Thanks anyway !...
Yeah, lots of updates lately w/ beta coming out. I was eventually able to reach via IP & port (own mistake of not building for production) but the nginx config...
> Same issue here, and I realized is the `pointer-event: none` style on body tag cause the problem. Although adding `pointer-event: auto` back to combobox button manually do help, but...
Ah, it's related to the radix issue with different versions of DIsmissableLayer being installed. To resolve, you can pin one version for all components that require it. See here: https://github.com/radix-ui/primitives/issues/1088#issuecomment-1334006804
Confirmed @Georgegriff's suggestion on updating all radix-ui deps does allow removing the override mentioned in the thread I posted previously. Thanks George!
Are there any errors when this happens either in your server console or browser console? The shadcn components shouldn't cause a pause refresh on their own nor should react-hook-form. From...
Try to create a reduced reproduction on CodeSandbox / JSBin / etc and see if the issue still happens. If it does, then drop it here!
You have to handle the default event from the form which is submission if you add an anonymous function like seen in the Code Sandbox included. The default behavior of...
It will if you don't pass in an anonymous function. By passing in an anonymous function, the default behavior of a form will execute. If you pass in the react-hook-form...