We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanvasRevealEffect does not work on react 19 bc cant import * as THREE from "three";
even if you npm install --force framer-motion clsx tailwind-merge three @react-three/fiber it wont work
component/ui/canvas-reveal-effect
next.js 15 and react 19 I'm on
The text was updated successfully, but these errors were encountered:
Try installing @types/three as a dev dependency:
@types/three
npm install --save-dev @types/three
This should resolve the TypeScript declaration errors for the Three.js module.
Sorry, something went wrong.
No branches or pull requests
Feature description
CanvasRevealEffect does not work on react 19 bc cant import * as THREE from "three";
even if you npm install --force framer-motion clsx tailwind-merge three @react-three/fiber
it wont work
Affected component/components
component/ui/canvas-reveal-effect
Additional Context
even if you npm install --force framer-motion clsx tailwind-merge three @react-three/fiber
it wont work
next.js 15 and react 19 I'm on
Before submitting
The text was updated successfully, but these errors were encountered: