You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more context:
We were trying to refactor @Input() type to @Input() set type, forgot to change all this.type instances. As a result, error was hard to debug.. since this.type is undefined. i assumed that would be a compile time error..
Code
Expected behavior:
The code above doesn't compile
Actual behavior:
The code above compiles
This might be a duplicate bug, sorry I couldn't find anything that resembles this.
The text was updated successfully, but these errors were encountered: