locatable icon indicating copy to clipboard operation
locatable copied to clipboard

Fixed a compilation error in 'Locatable'

Open adil-hussain-84 opened this issue 3 years ago • 0 comments

Fixed a Swift 5 compilation error in 'Locatable' which was complaining of wrapper type 'Locatable' missing a non-static property named 'wrappedValue'. Renaming the Locatable.value property to Locatable.wrappedValue fixes it.

adil-hussain-84 avatar Apr 02 '21 14:04 adil-hussain-84