fix(symbol): revert unique symbol in #5874 by kwonoj · Pull Request #6224 · ReactiveX/rxjs
Copy link Copy Markdown
Member
kwonoj
commented
Apr 12, 2021
kwonoj
commented
This is manual revert to #5874.
Core team have discussed around #5919 for a while, and at this moment pretty much agreed
- there is no good suggestion to resolve all of problems we are facing
- current changes (refactor(skipLast): rename skipLast's parameter to
count#5784) is too much breaking especially we don't have good workaround to suggest.
At least, providing as-is experience between v6 to v7 is something we'd like to have instead of making huge breaking changes. This doesn't mean we'll stay with this forever, it's just hard enough find right solution (and doesn't break whole world).
I'm making this PR to v7 not slip this accidentally when we publish official release.
Description:
Related issue (if exists):