You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have 2 typescript files with the same content. An error will be shown
Cannot redeclare block-scoped variable 'a'.
The file content
const a = 1;
console.log(a);
I have provided a CodeSandbox but somehow it kept eating all my edits. IDK why and the explanation should be simple enough to reproduce from the basic example
The text was updated successfully, but these errors were encountered:
If we have 2 typescript files with the same content. An error will be shown
Cannot redeclare block-scoped variable 'a'.
The file content
I have provided a CodeSandbox but somehow it kept eating all my edits. IDK why and the explanation should be simple enough to reproduce from the basic example
The text was updated successfully, but these errors were encountered: