rxjs
rxjs copied to clipboard
feat(map): removed deprecated map(project, thisArg) call pattern
BREAKING CHANGE: map(project, thisArg)
call pattern is no longer available. Use Function#bind method: map(project.bind(thisArg))
Related issue (if exists): #6367