Symbol: invalid number of arguments, expected 0

A warning message "Invalid number..." pops up on Symbol arguments.

What is wrong? There's no problem in other editors.

0
2 comments

Hi! If you hit `Ctrl+click` on Symbol what is it resolved to?

0
Avatar
Permanently deleted user

If I hit 'Ctrl+Left-click' on Symbol, it is rediected to index.js file.

 

Observable.prototype._subscribe = function (subscriber) {
    return this.source.subscribe(subscriber);
};

 

0

Please sign in to leave a comment.