Closed KeithGillette closed 1 year ago
Documentation incorrectly uses generic subscribe instead of appropriate subscribeToState method
subscribe
subscribeToState
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [X] Documentation content changes [ ] Other... Please describe:
Documentation references and shows example of subscribe method but uses signature of subscribeToState method.
Corrects references & example of generic subscribe to subscribeToState method.
[ ] Yes [X] No
Documentation incorrectly uses generic
subscribe
instead of appropriatesubscribeToState
methodPR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Documentation references and shows example of
subscribe
method but uses signature ofsubscribeToState
method.What is the new behavior?
Corrects references & example of generic
subscribe
tosubscribeToState
method.Does this PR introduce a breaking change?
Other information