Preview Stops Working with TypeScript Errors
When writing TypeScript code that contains errors, the preview stops functioning, even if the erroneous code has not been added to the scene. Additionally, the logger does not display any information regarding the errors.
Steps to Reproduce:
- Write TypeScript code with syntax or type errors.
- Observe that the preview stops working.
- Check the logger for error messages.
Expected Behavior: The preview should continue to work, and the logger should display relevant error messages indicating what is wrong with the TypeScript code.
Actual Behavior: The preview ceases to function, and no error messages are shown in the logger.
1
vote
