Dynamic text will not update when using `.format-text` modifier: ```html <!-- only renders once on mounted --> <p v-canvas.format-text>{{ count }}</p> ```
Dynamic text will not update when using
.format-textmodifier: