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
react-geo uses the protected method getAttributions of openlayers. This means this not something that can be relied upon to be stable. In v6.5.0 it returns a function but in the code it is assumed that it is an Attribution object.
Well the result of getAttributions() is still handled like a string, which it isn't. I am currently working on enabling noImplicitAny maybe I can include a fix for this.
react-geo uses the protected method getAttributions of openlayers. This means this not something that can be relied upon to be stable. In v6.5.0 it returns a function but in the code it is assumed that it is an
Attribution
object.react-geo/src/Container/AddWmsPanel/AddWmsLayerEntry/AddWmsLayerEntry.tsx
Line 53 in cdf94fa
The text was updated successfully, but these errors were encountered: