-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Describe the issue
When I refresh the page, the laser-flow doesn't render. I followed the documentation but facing this issue
Reproduction Link
No response
Steps to reproduce
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.4.0",
"three": "^0.167.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"shadcn": "^3.5.1",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"vite": "^7.2.4"
}
}
my packages
Validations
- I have checked other issues to see if my issue was already reported or addressed