surveyjs / surveyjs-nextjs

NextJS form builder - this quick start template shows how to build survey application using NextJS & SurveyJS
16 stars 10 forks source link

Build error #3

Closed Nemo144 closed 7 months ago

Nemo144 commented 7 months ago

Importing the Form Library style sheet: import 'survey-core/defaultV2.min.css'; at the component that renders the survey results in a build error

Nemo144 commented 7 months ago

Installing 'survey-core' separately fixes the build error i.e 'npm install survey-core'