Next.js Discord

Discord Forum

Unable to load Custom UI component library using react into NextJS App

Unanswered
Russian Blue posted this in #help-forum
Open in Discord
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

0 Replies