Leon Škrilec

Results 2 comments of Leon Škrilec

I was having same problems with Next.js. I just imported component dynamically, with SSR disabled and it works. ``` import dynamic from "next/dynamic"; const ReactTooltip = dynamic(() => import("react-tooltip"), {...

I am having the same issue as @jcontonio. It would be really nice if this can be fixed in the next releases.