Open pittleCheung opened 1 year ago
if you use SSR try this code Where to load the color picker This code only renders on the client.
const ColorPicker = dynamic(() => import('../components/ColorPicker'), { ssr: false });