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
User-defined templates for the message that appears on Sabbath and the banner message no longer use the HTML <template> tag. They need to use any other element now, preferably a <div> but any element with the right id will work. This change was needed because of a conflict with using <template> in React apps as React expects it to be a JSX template and not the HTML <template> tag.