akzone
akzone
> are you importing with dynamic feature of next with ssr disabled ? or just with an basic import ? > > can you show us how you imported ?...
> We are facing this issue in Nextjs 13 first after enabling edge functions with `export const runtime = "edge"` -> so it worked as server components rendered in lambdas.....
This works for me after remove .next, node_modules, package-lock.json Finally npm i > For me the solution using npm was: > > ```json > "overrides": { > "@radix-ui/react-dismissable-layer": "^1.0.5", >...