React JS continues to shows compiler error after fixing the error
Answered
IDEA 2021.1 Build #IU-211.6693.111, built on April 6, 2021
Hello:
I don't know why this is happening. In my React JavaScript code I make a change. The IDEA correctly flags a field I defined as already defined earlier in the code. I fix the error. The IDEA continues to flag the same error after I fixed it. The only way to clear the error is to close the IDEA and restart it.
Why?
Thank you
Gary
Please sign in to leave a comment.
Hello Gary,
Could you please check if the issue is reproducible with test build from https://youtrack.jetbrains.com/issue/IDEA-266391 ?
Yaroslav:
I downloaded and installed the IntelliJ IDEA (exe) found on the youtrack page you provided. This is the very first installation of Intellij IDEA on a windows 10 machine as I did not want to install this on my development machine.
I'm sorry but while it installed fine it would not run. I have my JAVA_HOME set. I clicked on the idea64.exe in the // bin folder and nothing happened.
Gary
Gary,
Could you please try to run "bin/idea.bat" from command line?
Yaroslav:
Running the "bin/idea.bat" worked. The IDEA started fine. Now I see that the issue I stated in this post that are occurring in IDEA 2021.1 Build #IU-211.6693.111, built on April 6, 2021 are NOT occurring in the version you asked me to download: IDEA 2021.1 Build #IU-211.7022 built on April 12, 2021.
I will keep comparing the two versions that I have but so far I see the version built on April 6 continues to show compiler errors either when there is no compiler errors or after a compiler error was fixed in the code.
Thank you
Gary
Gary,
There is some issue with indices that will be fixed in 2021.1.1. Fix is also added to the test build.
Yaroslav:
Thank you. Will the 2021.1.1. release also handle an issue that I am having and that I have seen others have whereby the Find in Files does not work?
Also is there a release date for the 2021.1.1 release?
Gary
Gary,
Yes, issue with "Find in Files" is already fixed, so it will be included in 2021.1.1 release, which is planned on the begining of May.
Thank you very much sir!
Gary
You are welcome!