args are not validated before being passed to subscribe #535
Labels
Community 👨👧
Something initiated by a community
Duplicate 🔑
This issue or pull request already exists
Describe the bug
Args are not validated before being passed to
subscribe
To Reproduce
-> Subscribe with name set to empty string
-> No error (error would occur on first resolver call, but we have empty observable, also it should not (re)validate on resolver call)
Expected behavior
Arguments being validated before being passed to subscribe
Enviorment (please complete the following information):
The text was updated successfully, but these errors were encountered: