Commit c46e97e
🐛 Fix error in getItemCount with null
* fixed error when items is null
in ImmutableVirtualizedList.js , in `getItemCount` when `items` is null throw error. With this change, at first it will checks `items` is valid and so on.
* added install scripts
* replace install by prepare in scripts
* Remove unrelated 'prepare' script
* Simplify logicitems (#37)1 parent a51c2de commit c46e97e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments