thecodrr c9866fe6c7 fix: crash when an item was removed from Virtuouso
This was a pesky bug. Basically the `props.items.length` did not get updated which resulted in the `index` being always one greater than actual. Since `index[out-of-range]` is `undefined` in JS, the app crashed as it could not find any prop. Very pesky. Fixed it however.
2020-04-21 12:42:58 +05:00
Languages
TypeScript 85.5%
JavaScript 12.2%
Java 0.8%
CSS 0.7%
HTML 0.3%
Other 0.2%