You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hal tersebut disebabkan oleh perubahan yang terdapat pada #188 yang mana telah memperbaharui dependensi @nextui-org/react ^2.4.8 → ^2.6.2. namun terdapat perubahan perihal peneksportan yang menyebabkan eror linting sehingga perlu ditulis ulang semua kode pengimportannya.
./node_modules/@nextui-org/react/dist/index.mjs
Error: It's currently unsupported to use "export *" in a client boundary. Please use named exports instead.
at Object.transformSource (/home/runner/work/sensasi-pos/sensasi-pos/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js:94:31)
Import trace for requested module:
./node_modules/@nextui-org/react/dist/index.mjs
./src/app/_page-sections/footer.tsx
./src/app/page.tsx
> Build failed because of webpack errors
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Hal tersebut disebabkan oleh perubahan yang terdapat pada #188 yang mana telah memperbaharui dependensi
@nextui-org/react ^2.4.8 → ^2.6.2
. namun terdapat perubahan perihal peneksportan yang menyebabkan eror linting sehingga perlu ditulis ulang semua kode pengimportannya.The text was updated successfully, but these errors were encountered: