Open productdevbook opened 3 years ago
I get errors when I update all libraries. Will you make the nextjs 10 updates?
If you're having the error export * from '...' like I was, I wrote a answer in the issue #22
export * from '...'
TL;DR you need to make some changes in the src/layouts/index.tsx component.
src/layouts/index.tsx
I get errors when I update all libraries. Will you make the nextjs 10 updates?