FryderykDoSomething

Results 3 comments of FryderykDoSomething

Tried non react version and it seems like the error appears on a hot reload, on a first build it doesnt give this error but after changing something in a...

```ts 'use client'; import Realistic from 'react-canvas-confetti/dist/presets/realistic'; export default function Confetti() { return ; } ``` its just like that, the simplest thing i can do and it causes the...

and just to note it, if you run the next application with start command it wont show cause it build once and then its all fine so at least its...