Hi, the project looks really nice and the installation was smooth! I'm running into an issue which is probably related to source maps;
We're using TypeScript, but the references point to JavaScript files. The files don't exist in those locations, although if the .js extension was changed to .tsx, the file location should be fine. The line it points to isn't probably correct though.
Where the bug happens
your browser
Google Chrome 117.0.5938.152
Describe the bug
Hi, the project looks really nice and the installation was smooth! I'm running into an issue which is probably related to source maps; We're using TypeScript, but the references point to JavaScript files. The files don't exist in those locations, although if the
.js
extension was changed to.tsx
, the file location should be fine. The line it points to isn't probably correct though.