I followed installing Nextjs with slice-machine-UI according to this tutorial https://prismic.io/docs/technologies/getting-started-nextjs
when I run I got an error
Attempted import error: 'Context' is not exported from 'theme-ui' (imported as 'u').
console error :
yarn run v1.22.5
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
error - ./node_modules/essential-slices/dist/index.module.js
Attempted import error: 'Context' is not exported from 'theme-ui' (imported as 'u').
event - build page: /next/dist/pages/_error
wait - compiling...
error - ./node_modules/essential-slices/dist/index.module.js
Attempted import error: 'Context' is not exported from 'theme-ui' (imported as 'u').
Dev: local
Error: Cannot find module '/home/ilhamsa1/demo/test-prismic-next/.next/build-manifest.json'
Require stack:
is there any solution ?
my environment:
node v14.11.0
WSL 2
"theme-ui": "^0.6.0"
"essential-slices": "^1.0.3",