Is the startWith operator in RXJS really deprecated?
问题 Since updating to RXJS version 6 my WebStorm editor has been complaining on some usages of startWith() that the operator is marked as deprecated . You can see in the source code that the methods are marked deprecated: Link to master (Harder link for future) The problem for me is that the deprecated warning is not consistent. Sometimes it reports the method deprecated and other times it does not. While I can reproduce the warning in the below code examples. It seems to happen in my own source