Gabriel Loureiro

Results 5 comments of Gabriel Loureiro

Any update? The both version of typescript (vsc and node_modules) are reporting this error. What is the stable version for stitches? ![Screen Shot 2022-09-08 at 09 53 28](https://user-images.githubusercontent.com/39869298/189126790-cb4d57c8-b1b0-4e11-a200-a2bfa18b92c6.png) ![Screen Shot...

> > Any update? The both version of typescript (vsc and node_modules) are reporting this error. > > What is the stable version for stitches? > > ![Screen Shot 2022-09-08...

I'm having this same problem but using Next 15 and React 19. The canvas still empty after follow all forums steps ```tsx // rive.tsx "use client"; import { Ref, useEffect...

I've tried with React 18 also. Still rendering nothing ```json "dependencies": { "@nextui-org/react": "^2.6.11", "@react-three/drei": "^9.120.5", "@react-three/fiber": "^8.17.10", "@rive-app/react-canvas-lite": "^4.17.5", "canvas-confetti": "^1.9.3", "motion": "^11.15.0", "next": "15.1.3", "next-themes": "^0.4.4", "react": "^18.0.0",...