piro
piro
How about using [react-lottie-player](https://www.npmjs.com/package/react-lottie-player)?
@max-mykhailenko I've been having the same problem for a long time, the problem went away when I used [react-ts-css](https://github.com/Viijay-Kr/react-ts-css) . I would love for you to try it. 👍
@max-mykhailenko I don't know the details, but what if you put the following settings in vscode? ```json "editor.gotoLocation.multipleDefinitions": "goto", "editor.gotoLocation.multipleTypeDefinitions": "goto", ```
I also encountered the same error in `renderInputComponent`, but I was able to avoid the error by using `forwardRef`. 🙅♂️ ```tsx const Input = (props: InputProps): JSX.Element => ( );...