Oct 16, 2022
In the function `getUniqueId`, args is an array, so JSON.stringify method should solve the problem of having objects or arrays arguments to the memoized function.
In the function `getUniqueId`, args is an array, so JSON.stringify method should solve the problem of having objects or arrays arguments to the memoized function.