Keremcan Büyüktaşkın
Results
2
comments of
Keremcan Büyüktaşkın
> In case anyone needs it. I created a typescript component from this package. > > https://gist.github.com/severance88/fd4dc55b0d0ca170d8d23089bf28b01b It works, thanks.
I had the same problem. I added those 2 "@types" lines to "resolutions" section at package.json. ` "resolutions": { "babel-loader": "8.1.0", "@types/react": "17.0.2", "@types/react-dom": "17.0.2" },` I also deleted node_modules...