We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
Local change is not updated in the counter example.
What you expected to happen:
When the increment button is clicked, the counter value should also update on the local.
How to reproduce it (as minimally and precisely as possible):
npm run dev
http://localhost:9000/counter.html
+
doc.getRoot().counter
Anything else we need to know?:
Environment:
yorkie version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened:
Local change is not updated in the counter example.
What you expected to happen:
When the increment button is clicked, the counter value should also update on the local.
How to reproduce it (as minimally and precisely as possible):
npm run dev
and openhttp://localhost:9000/counter.html
in your browser+
button to increment the counter-> currently, the
doc.getRoot().counter
value does not change on the localAnything else we need to know?:
Environment:
yorkie version
): 0.2.20The text was updated successfully, but these errors were encountered: