Trying add debug layer - Not working

@RaananW is in vacation until next week so please bear with us in the meantime as this is truly his expertise area and he ll have a look soon.

2 Likes

Sorry, I’m back today and still catching up. I’ll make sure to look into it very soon

2 Likes

So! Finally got a chance to work on all assignments I have… 3 months! that has got to be a record.

Your project is missing the react types, as described when installing the npm dependencies:

You also need to add "skipLibCheck": true, to your tsconfig to avoid any errors with the react inspection. I don’t have an answer as to why react does it, but i found this to be an issue in some other projects as well.

Once you add those dependencies and this flag, the project builds correctly:

2 Likes