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

Fix Clock time getter in complex objects docs #677

Merged
merged 1 commit into from Oct 20, 2020

Conversation

ivoelbert
Copy link
Contributor

The time getter is trying to accessing this.minutes, but it's missing this.!

get time() {
	return `${this.hour}:${minute}`
}

The time getter is trying to accessing `this.minutes`, but it's missing `this.`!
```ts
get time() {
	return `${this.hour}:${minute}`
}
```
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 89d1685:

Sandbox Source
Immer sandbox Configuration

@mweststrate mweststrate merged commit c9e7116 into immerjs:master Oct 20, 2020
@mweststrate
Copy link
Collaborator

Thanks for noticing!

@aleclarson
Copy link
Member

🎉 This PR is included in version 7.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants