Mikhail Matveev
Mikhail Matveev
@DylanPiercey on the first breakpoint I got the following: ```attrName: undefined attrValue: undefined attributes: {id: "pageEditForm_content_ace", style: null} doc: document el: undefined flags: undefined namespaceURI: "http://www.w3.org/1999/xhtml" parentNamespaceURI: "http://www.w3.org/1999/xhtml" tagName: "div"...
So looks like the **no-update** brings an empty **tagName**: ``` ```
I've built a simple app using Marko and Fastify but cannot reproduce this error, **no-update** works in this simple case: ```javascript OK Computer Hello world ${state.test} ${state.test} Hey ``` So...
Long story short, I've figured out how to fix this error and what's actually happening. The first (and the biggest) problem is that there is no working beautify plugin for...
Take a look at the default template, there is an example how to call a block: !{root.blocks.search.top} So you can use parts in your own template using: !{root.blocks.parts.part_name}
I think that could be possible, but there are several questions from my side: 1. Currently I'm using UIkit as front-end framework and it's based on jQuery. Should I rewrite...
@ivansky what about frontend framework?