Skip to content

Commit abee6c7

Browse files
committed
Fixes
1 parent 51de0d5 commit abee6c7

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

angular/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class AccordionComponent {
121121
}
122122
if (needDiffer && !this._differ && isListLikeIterable(value)) {
123123
this._differ = this._iterableDiffers.find(this._items)
124-
.create(null, (_index, item) => { return item; });
124+
.create((_index, item) => { return item; });
125125
}
126126

127127
this.accordion.items = this._items;

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-accordion",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "A layout which supports expanding and collapsing child views",
55
"main": "accordion",
66
"nativescript": {

0 commit comments

Comments
 (0)