You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include karax/prelude
var
text ="wow"
counter =1proccreateDom(): VNode=result=buildHtml(tdiv):
verbatim text
proconclick=
text &=$counter
inc counter
setRenderer createDom
What is Expected:
What is happening
I think #270 caused the problem, because 1.3.0 works fine but 1.3.1 does not
The text was updated successfully, but these errors were encountered: