Khalil Khalil
Khalil Khalil
I use .flr file but I still get the same issue, any help
OK i found the solution to get flare work in next-js ``` import dynamic from "next/dynamic"; const FlareComponent = dynamic(() => import("flare-react"), {ssr: false}); ```
[#6](https://github.com/2d-inc/Flare-React/issues/6)
Hey @avivian, hmm weird 🤔. here's the file [export.zip](https://github.com/rive-app/rive-react/files/8494972/export.zip)
I has created Codesandbox example https://codesandbox.io/s/loadinganimation-tskp6f
Hi @zplata, Sorry i fixed the showing animation problem, but i still has the same problem with changing animation after state change it still not working.