Details
-
Bug
-
Status: Done
-
High
-
Resolution: Done
-
5.5.4
-
None
-
None
-
DevTools 55
-
1.3
Description
To reproduce:
- Configure an event handler which lets you include custom code.
- Use the event variable in the code.
Expected: The type checker knows that event will be supplied in the bindings and assigns it an appropriate type.
Actual: event is flagged as not defined.