Skip to content

Loading…

`notifyPath` doesn't return as its documentation says #1966

Closed
zacharytamas opened this Issue · 2 comments

3 participants

@zacharytamas

I've been running into lots of problems lately and have been trying to use notifyPath to test things and have found that it actually doesn't behave like its documentation says.

The documentation says that it returns true if the notification actually happens but if you look at the source code, it never actually returns anything and is always undefined.

This isn't very helpful from a debugging standpoint and is also inconsistent with what the API Reference says (because this is auto-generated from the source code comment which is incorrect).

It would be nice if we could get a return true as the documentation states. In my case, my calls to notifyPath where not actually causing events but it was hard to determine that.

@sorvell sorvell added the p1 label
@kevinpschaaf
Owner

PR: #1991

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.