rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

feat(map): removed deprecated map(project, thisArg) call pattern

Open demensky opened this issue 2 years ago • 0 comments

BREAKING CHANGE: map(project, thisArg) call pattern is no longer available. Use Function#bind method: map(project.bind(thisArg)) Related issue (if exists): #6367

demensky avatar Jun 26 '22 15:06 demensky