Changed
- 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 rightid
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.