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

This code does not work #10

Closed
curlywallst opened this issue Oct 26, 2017 · 2 comments
Closed

This code does not work #10

curlywallst opened this issue Oct 26, 2017 · 2 comments

Comments

@curlywallst
Copy link

I copied and pasted the code and get the error that within render() store is not defined.

@sdklos
Copy link

sdklos commented Dec 10, 2017

I also had problems with this code - in the render function "container.textContent = store.getState.count" threw an error until I changed it to "container.textContent = store.getState().count"

@maxwellbenton
Copy link
Contributor

Thank you for spotting this issue and providing feedback.

We have updated the materials and believe your issue to have been resolved.

We apologize for any frustration you might have encountered during this process but thank you for helping us ensure that those who follow in your path will not encounter the same problems that you faced.

If you do not believe that this issue has been addressed, please re-open this issue. 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@maxwellbenton @sdklos @curlywallst and others