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
if you open the console you'll see the date value logged twice. If you put a custom element inside the <template if> with a console.log in the created callback it only prints once so it's not stamping twice, but it does evaluate all the binding values twice even though nothing has changed.
This is with Object.observe and Experimental Web Platform Features turned on.
The text was updated successfully, but these errors were encountered:
if you open the console you'll see the date value logged twice. If you put a custom element inside the <template if> with a console.log in the created callback it only prints once so it's not stamping twice, but it does evaluate all the binding values twice even though nothing has changed.
This is with Object.observe and Experimental Web Platform Features turned on.
The text was updated successfully, but these errors were encountered: