MGamboa

Results 1 comments of MGamboa

> For the Nextjs 14 with Pages Router this is the fix > > import dynamic from "next/dynamic"; const Select = dynamic(() => import("react-select"), { ssr: false }); > >...