-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Dev Server does not always show typescript compilation errors #10852
Comments
Update: on the latest version I can't get any typescript errors to show up. My
|
Any update on this? |
@jdgreenberger I had a similar symptom and fixed it by upgrading my |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
I got this too going from I was about to open another issue to bump create-react-app/packages/react-scripts/package.json Lines 96 to 98 in 228528c
I'm going to ask over there why |
With typescript 5.1.3 as an override, I'm having a similar issue. I am no longer presented with a typescript error (with |
Describe the bug
React dev server does not consistently display typescript errors. Frequently, when running
react-scripts start
, the compiler does not display typescript errors and I only see them when runningreact-scripts build
. I have noticed that this happens more frequently when there is a typescript error in files that have not been modified or when the dev server is consuming more CPU. Any ideas on why this happens and how to address it?Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
"typescript errors" "typescript changes"
Environment
current version of create-react-app: 3.4.1
System:
OS: macOS 11.2.1
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Binaries:
Node: 12.7.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 6.10.0 - /usr/local/bin/npm
Browsers:
Chrome: 89.0.4389.128
Firefox: 85.0.2
Safari: 14.0.3
npmPackages:
react: 16.10 => 16.10.2
react-dom: 16.8.6 => 16.8.6
react-scripts: ^4.0.3 => 4.0.3
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
Expected behavior
Errors show up in the console
Actual behavior
Compiles without error
Reproducible demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: