Mathias Caquet
Mathias Caquet
That was it ! Thanks very much @nykopol
Wow... I just had the same issue, and your fix fixed it @hyc0812 ! thanks !! note: I didn't need to remove `/node_module`
I installed the packages, but I cannot find `webpack.config.js` file. Where is it located ?
> @matdev Its probably because you are using create-react-app which does not have a webpack config file. I would suggest you to not use the package though, since it has...
> yeah you can't use typescript code in a js file. > > You need to convert that ts code to js code. Use this tool: https://transform.tools/typescript-to-javascript Converting the code...
Using the npm package direcly is what I did initially, and I got the `TypeError: (0 , i.default) is not a function at t.default (index.js:17:1)` How to avoid converting the...
Same issue: ``` index.js:17 Uncaught (in promise) TypeError: (0 , i.default) is not a function at t.default (index.js:17:1) ```