Results 1 comments of Santosh Karanam

For Next JS. you need to load survey in client side like below const SurveyClient = dynamic(() => import(`..//components//surveyClient`), { loading: () => Loading..., ssr: false, }); here the surveyClient...