Impacted feature
The 3d models are not loading at all
What steps have you taken to resolve this issue already?
check console logs
added more error handling , enhanced the state management and multiple fixes all of them failed
Errors
No errors on logs
3D models are not rendering
Your Role
Web developer
Hosting provider
vercel
Package.json file
{
"name": "Kimberly",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic contact@prismic.io (https://prismic.io)",
"scripts": {
"dev": "concurrently \"npm:next:dev\" \"npm:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"next:dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write .",
"set-up-content": "npx tsx@latest set-up-content"
},
"dependencies": {
"@gsapgsap/react": "^2.1.1"@prismicio
"@prismicio/client": @prismicio^7.11.0",
"@prismic@prismicioo/next": "^1.6.0",
"@react-threeprismicio/react": "^2.@react-three.0",
"@react-three/dr@typesi": "^9.111.3",
"@reac@vercel-three/fiber": "^8.17.6",
"@types/three": "^0.167.2",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three@slicemachine: "^0.167.1",
"zustand": "^4@types5.5"
},
"devDependen@typesies": {
"@slicemachine/adapter-next": "^0.3.77",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"r3f-perf": "^7.2.1",
"slice-machine-ui": "^2.16.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5"
}
}


