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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
So, first of all, I am probably doing something wrong, if not I must have encounted a bug. To be honest I have no idea which one it is, I would expect the following to work:
a = document.createElement("template");
a.innerHTML = "{{a}}";
a.model = { a: 'Sam' };
Platform.performMicrotaskCheckpoint();
a.innerHTML; //just to return it if you run from console
Sadly though none of my attempts have succeeded. (And if you wonder why I need it, I just need some extra control over something to prevent wasting a lot of resources on out of screen elements).
The text was updated successfully, but these errors were encountered:
So, first of all, I am probably doing something wrong, if not I must have encounted a bug. To be honest I have no idea which one it is, I would expect the following to work:
Sadly though none of my attempts have succeeded. (And if you wonder why I need it, I just need some extra control over something to prevent wasting a lot of resources on out of screen elements).
The text was updated successfully, but these errors were encountered: