Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor docs to use the pipeable select operator #1313

Closed
timdeschryver opened this issue Aug 31, 2018 · 1 comment
Closed

Refactor docs to use the pipeable select operator #1313

timdeschryver opened this issue Aug 31, 2018 · 1 comment
Labels
Accepting PRs community watch Someone from the community is working this issue/PR Comp: Docs Good First Issue Good issue for first-time contributor

Comments

@timdeschryver
Copy link
Member

Other information:

The select function on the store is deprecated, we should update the docs to use the pipeable select operator.

store.select(...)

Should become:

store.pipe(select(...))

Respond with a comment if you are willing to take this one.

@timdeschryver timdeschryver added Comp: Docs Accepting PRs Good First Issue Good issue for first-time contributor labels Aug 31, 2018
@peterbsmyth
Copy link

Sure

@brandonroberts brandonroberts added the community watch Someone from the community is working this issue/PR label Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs community watch Someone from the community is working this issue/PR Comp: Docs Good First Issue Good issue for first-time contributor
Projects
None yet
Development

No branches or pull requests

3 participants