EditDialog.tsx file not compiling #7299
Replies: 1 comment
-
Don't mention users in comment to get help. This is because of your project is not built successfully or your typescript has other issue which cause typescript build error. Also check csproj file for included excluded typescript files. And don't use exclude files from project. Delete them instead, you should already use source control software (like git) to find the file in the future. Additional note: When you have an issue, try to reproduce it in the new testing project from template and describe how to reproduce. You have no details about your environment and it is not possible to know what happened. If you cannot reproduce it, this means the issue is related your project. Try to figure out what is the difference between your project and the testing project. I close this, you can open it when you have more details. |
Beta Was this translation helpful? Give feedback.
-
I have this strange issue with one of my
.tsx
files, breakpoint works in every other .tsx file except this particulareditdialog.tsx
file, even if i delete the file, the application still compiles and runs smoothly except that any new code changes to that file are not compiled.I realised the issue is not with dubugging because
editor.tsx
hits breakpoint without issues.I have deleted
bin
,obj
hidden.vs
folders but stillI even deleted it from the
Imports\ClientTypes
folder but it wasnt replaced after rebuildAny assistance will greatly be appreciated @VictorTomaili, @volkanceylan
Editor.tsx
EditDialog.tsx
Beta Was this translation helpful? Give feedback.
All reactions