In the readme section, I have used the given instruction and found out the default counterRef is showing 2. It failed to work when I type first word but when I type second word, the counterRef turns to 3.
Exp:
[ ] -> 2 words
Hello -> 2 words
Hello world -> 3 words
Hello world, Quill -> 4 words
In the readme section, I have used the given instruction and found out the default counterRef is showing 2. It failed to work when I type first word but when I type second word, the counterRef turns to 3.
Exp:
[ ] -> 2 words Hello -> 2 words Hello world -> 3 words Hello world, Quill -> 4 words
Is there any issue with the demo code?