-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Typescript build error file location #12647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same, it's very annoying. |
I just encountered this as well. Text search in the project helps to narrow it down, but sometimes the same line of code appears in multiple places. |
I have been having this problem for a while now. I'm new to React, so I thought it was pilot error, but I'm astonished that this isn't a higher priority. Is it rare to run across this? |
I don't get file names either. Are there plans to fix this? Is there a workaround? |
Please fix it... |
+1 |
This is still an issue 2 and-a-half years later! Though to be fair, the latest version of Is this even under maintenance anymore? I'm not seeing any code changes in a long time; have all been docs/pipeline, but I am seeing at least 1 PR that addresses this issue. |
+1 |
the build script was truncating the error message main...shimondoodkin:create-react-app:shimondoodkin-error-filename just edit the file about lines 173, make it like following, add for loop instead just if , then, length =1
|
Hi,
When building my app, when there is a TS error, it does not report the location of the file where the error is. We have a big repo, and it is a real pain to locate this error. Am I missing something?
The text was updated successfully, but these errors were encountered: