Yurii Synyshyn
Yurii Synyshyn
left - 9.3.0, right - this branch (keyboard used to move slider) 
schedule(s).next(1, d) fails if s = { schedules: [{ Y: [2012] }, { Y: [2017] }] } d = new Date('2013-03-21T00:00:05Z') with TypeError: a.getTime is not a function 
With Promise.asyncApply, the code will not be blocked by fetching collection data, see screenshots Currently: Every fetch call is blocked by the previous one. Promise.all does nothing: With the fix:...
https://codesandbox.io/p/sandbox/jr25j2?file=%2Fsrc%2FApp.tsx%3A10%2C82 Sample cases when the expected result is Set, but the function returns Array. ``` mode([1, 2]) mode([1, 2, 3, 4]) ``` there on line 88, a Set should be...