ui-mapbox icon indicating copy to clipboard operation
ui-mapbox copied to clipboard

TypeError: PropertyFactory[actualKey] is not a function

Open RGBvision opened this issue 4 years ago • 0 comments

On Android I've got "TypeError: PropertyFactory[actualKey] is not a function" message when trying add layer with polyline using code from demo.

"dependencies": {
    "@nativescript-community/https": "^3.2.2",
    "@nativescript-community/ui-image": "^4.0.26",
    "@nativescript-community/ui-mapbox": "^6.2.9",
    "@nativescript-community/ui-pager": "^13.0.26",
    "@nativescript/camera": "^5.0.9",
    "@nativescript/core": "~8.0.0",
    "@nativescript/firebase": "^11.1.3",
    "@nativescript/imagepicker": "^1.0.5",
    "@nativescript/localize": "^5.0.4",
    "@nativescript/theme": "~3.0.1"
  },
  "devDependencies": {
    "@nativescript/android": "8.0.0",
    "@nativescript/ios": "8.0.0",
    "@nativescript/types": "8.0.1",
    "@nativescript/webpack": "beta",
    "node-sass": "^6.0.1"
  }

RGBvision avatar Aug 23 '21 09:08 RGBvision