ui-material-components icon indicating copy to clipboard operation
ui-material-components copied to clipboard

JS: fromFileOrResource() is deprecated. Use ImageSource.fromFileOrResourceSync() instead.

Open jawdat89 opened this issue 5 years ago • 1 comments

compiled vendor.js file line 153936: exports.isSelectableProperty = new view_1.Property({ name: 'isSelectable', defaultValue: true, valueConverter: view_1.booleanConverter }); exports.isSelectableProperty.register(BottomNavigationTabBase); exports.iconProperty = new view_1.Property({ name: 'icon', affectsLayout: true, valueConverter: image_source_1.fromFileOrResource }); exports.iconProperty.register(BottomNavigationTabBase); //# sourceMappingURL=bottomnavigationbar-common.js.map

jawdat89 avatar Jul 05 '20 12:07 jawdat89

@jawdat89 thanks for the report. Will fix that ASAP

farfromrefug avatar Jul 06 '20 05:07 farfromrefug