Talya Knaffo
Talya Knaffo
@liorheber, @yegor-babiy - I will review it today.
@yegor-babiy - why not to change the following function like this: export const getMinMaxIndexes = ( currentIndex, firstItemShiftSelected, maxSelectedItems ) => { const range = Math.abs(firstItemShiftSelected - currentIndex) + 1;...
I am checking it, can u please add code example how do you try to use it?
update me please.
@liorheber - I get the following warning now: Warning: Function components cannot be given refs. Attempts to access this ref will fail. (from the InnerList component). should I ignore it?...