Hi,
I am trying to follow this code snippet to add a new Format to the coordinate conversion widget. The problem I am having is that the reverseConvert property on the ConversionInfo type appears to be expecting a function with no arguments that does not return anything, but the example is passing a string and returning a Point.
The error is:
Type '(string: String) => Point' is not assignable to type '() => void'.
Has anyone come across this error before and found a workaround?