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

observe and mutate are returning nil in alpha 1.2 #65

Closed
barriehadfield opened this issue Nov 18, 2018 · 0 comments
Closed

observe and mutate are returning nil in alpha 1.2 #65

barriehadfield opened this issue Nov 18, 2018 · 0 comments
Labels
bug Something isn't working ready-to-release Internal Use Only: Has been fixed, specs passing and pushed to edge branch
Milestone

Comments

@barriehadfield
Copy link
Contributor

barriehadfield commented Nov 18, 2018

In hyper-state (1.0.alpha1.2)

This method works as expected:

state_reader :filter

But this method returns nil:

def filter
    observe @filter ||= ""
end

Same is true for mutate.

@catmando catmando added the bug Something isn't working label Dec 8, 2018
@catmando catmando added this to the alpha1.3 milestone Dec 8, 2018
@catmando catmando added the ready-to-release Internal Use Only: Has been fixed, specs passing and pushed to edge branch label Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready-to-release Internal Use Only: Has been fixed, specs passing and pushed to edge branch
Projects
None yet
Development

No branches or pull requests

2 participants