client: Fix rollup error "This assignment will throw" #166
Loading…
Reference in a new issue
No description provided.
Delete branch "Michcio/FoundKey-0x7f:fix/this-assignment-will-throw"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mfm cheat sheet was using constants in v-model.
I additionally set the textareas to readonly because now the
examples don't pretend to be interactive anymore.
I think the better solution would have been to make the example strings not constants. The examples were interactive before which I think is a good idea to play around. The interactivity was probably lost when the MFM cheat sheet was refactored to Composition API in
cb87d03fe9
.Probably then, yeah. But my priority here was to fix them. I'd like to see 0 error builds eventually.
Should be fixed in #167