Dennis

Results 16 comments of Dennis

same problem: at-loader: 3.1.3 webpack 2.4.1 **at least** when I run `tsc -watch` I got the errors

Same here ![image](https://user-images.githubusercontent.com/26453466/153842196-9861465c-825c-45d1-9adb-736d8ec8475c.png) Hey guys this makes the whole service **unavailable** are you going to fix it or do we have to find an alternative?

Fair! Thanks for letting me know.

require('./scripts/googleTagManager.js');

@rek this didn't work for me. Also without id didn't work either.

I found the bug in my code. The `key` in the `shouldItemRender` should be unique id per item and not new value. In `shouldItemRender` as `key` of the JSX Element,...

I have attempted this import as well, @CodePhilanthropist, and it seems that this is indeed the correct way it should be. However, I am still encountering the same issue. Could...