Closed
requested to merge github/fork/ernestob/202210_fix_for_37409_checking_if_property_exists_before_reading_it into main
+ 1
- 1
Created by: ernestob
Checking if the focus property has been set before reading it.
When you dispose a modal after hiding it, it throws an error.
npm run lint
)
Fixes #37409 (closed).
Preferences
we don't use yoda comparisons, please change it to a normal one and make sure lint and tests pass