Unable to load Custom UI component library using react into NextJS App
Unanswered
Russian Blue posted this in #help-forum
Russian BlueOP
I created a ui-component library using react and then imported it local into NextJS app. I included the library using the command
npm i --save ../ui-component. But i always get Module not found: Can't resolve 'ui-component'import Separator from 'ui-component'- wait compiling /_error (client and server)...- error ./app/[domain]/page.tsx:17:0