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
The MapPropertySource.containsProperty() method is not currently implemented directly, instead the EnumerablePropertySource implementation is used. This means for each containsProperty() call map keys are converted to an array then iterated.
We can improve performance by looking in the map directly.