Maged Mohamed
Maged Mohamed
I face the same issue, Thanks for workaround :)
I found a proper solution for this case and works great Just use this hook `useDelayedUnmount` useDelayedUnmount.tsx ```tsx import { useEffect, useState } from "react"; export function useDelayUnmount(isMounted: boolean, delayTime:...
I'm facing the same issue
I got the same Error `ReferenceError: h is not defined`
It should be in `_app.js` ```javascript {/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */} ```