Leon Škrilec
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.
Same for me ...
+1 for this feature. Really need this so we can display image author and thumbs at the same time.