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
Hi I found the following missing types after the release of OL 7.
I think those can be fixed by replacing them with ReturnType<Geometry["getType"]> and ReturnType<Overlay["getPositioning"]
Error: node_modules/@types/ol-ext/overlay/Popup.d.ts:84:33 - error TS2304: Cannot find name 'OverlayPositioning'.
84 setPositioning(pos?: typeof OverlayPositioning | string): void;
~~~~~~~~~~~~~~~~~~
Error: node_modules/@types/ol-ext/overlay/Tooltip.d.ts:5:32 - error TS2307: Cannot find module 'ol/OverlayPositioning' or its corresponding type declarations.
5 import OverlayPositioning from 'ol/OverlayPositioning';
~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Hi I found the following missing types after the release of OL 7.
I think those can be fixed by replacing them with
ReturnType<Geometry["getType"]>
andReturnType<Overlay["getPositioning"]
The text was updated successfully, but these errors were encountered: