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
#53: With the tg-static attribute decorating a node, we can make sure that this node is not replaced during a fullpage refresh. Though, if you were to refresh the page at a higher level -- e.g., refreshing an ancestor of the tg-static, the static aspect is no longer obeyed and it is replaced.
#53: Fixed up refresh-always key to literally always refresh the node annotated. Previously, it was refreshing only if you did a Page.refresh(onlyKeys: [...]) with some keys, which was a very misleading name for something called refresh-always