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
There is a deprecation warning in the codebase related to onChange(of:perform:) that persists at one specific location, despite a prior attempt to fix similar warnings. #762 #773 #774
Expectation
Replace the deprecated onChange(of:perform:) with the updated version, using either a two-parameter or zero-parameter action closure.
There is a deprecation warning in the codebase related to
onChange(of:perform:)
that persists at one specific location, despite a prior attempt to fix similar warnings.#762
#773
#774
Expectation
Replace the deprecated
onChange(of:perform:)
with the updated version, using either a two-parameter or zero-parameter action closure.Location
The warning occurs at the following location:
./OBAKit/Onboarding/RegionPicker/RegionPickerView.swift:91:14
Previous Context
This issue was previously addressed in a past pull request, but it seems like this particular location was missed or there was a conflict.
Screenshots
The text was updated successfully, but these errors were encountered: