Raja Asim

Results 2 comments of Raja Asim

i was facing the same issue but putting this line solved my error in the dynamic route file /blogs/[slug] export const runtime = "edge";

This issue because mismatch of **react-dom versions**. @material-tailwind/react dependencies such as **@floating-ui/react** uses react and dom version **18.3.1 .** but @material-tailwind/react use react and dom version **18.2.0 .** you can...