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
In an attempt to use geopackage.js with Angular 11, which depends on typescript 4, the following error is shown:
Error: node_modules/@ngageoint/geopackage/built/lib/extension/style/styleMappingDao.d.ts:22:5 - error TS2610: 'table' is defined as an accessor in class 'UserMappingDao<StyleMappingRow>', but is overridden here in 'StyleMappingDao' as an instance property.
In an attempt to use geopackage.js with Angular 11, which depends on typescript 4, the following error is shown:
I'm not a typescript expert, but this seems to be relevant: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#properties-overriding-accessors-and-vice-versa-is-an-error
The text was updated successfully, but these errors were encountered: