nativescript-vue-multi-drawer icon indicating copy to clipboard operation
nativescript-vue-multi-drawer copied to clipboard

Fixing error message on Android build

Open wpatter6 opened this issue 5 years ago • 1 comments

  • Adding keys to looped elements
  • Reducing util import
  • Resolves issue #1

wpatter6 avatar Apr 23 '19 18:04 wpatter6

The issue was fixed by reducing the util import. The error message seemed to be pointing to an unused part of the util package. It could have instead been fixed within that package, but for now this will allow this component to be used by Android, and also somewhat reduce its size as it's not importing everything from util to call a single method.

wpatter6 avatar Apr 23 '19 22:04 wpatter6