marcelosasamoto

Results 3 comments of marcelosasamoto

> I finally found a fix for this issue. It is related to rehydration of a page the code below worked for me. `const [mounted, setMounted] = useState(false); useEffect(() =>...

I had the same problem when creating a new project using NextJS V15 which uses React 19rc. I had to install nextjs V14 which uses react 18, which Ant Design...