Hello, I would appreciate if you can help me solving this problem.
When I take the screenshot of the slice, it generates this error and does not allow me to load the slice without screenshot.
I am using next.js for the front end.
{
"name": "lt-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.0.3",
"@prismicio/react": "^2.5.2",
"@prismicio/slice-simulator-react": "^0.2.3",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@prismicio/types": "^0.2.7",
"slice-machine-ui": "^0.7.1"
}
}
Thanks.