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
When compiling the example followed, the console will print the error Error when evaluating the "item.value", which is raised by the slot directive called in the content linker in _compile function (src/instance/lifecycle).
<compv-for="item in items">
{{item.value}}
</comp><templateid="comp"><div><slot></slot></div></template>