Hey @Justin_Martin,
Just to explain what happened yesterday, we are renaming some public components and to not break the smart views we migrate the template of Smart View of everyone (with a template.replaceAll(...)
) but in your case you had no template which produced the issue. So I guess you might be using React may be, that could explain the missing template ?
Anyway I added a safety guard to prevent it from crashing for you.
The list of components that are renamed can be find below (I will keep the list up to date):
-
BetaCheckbox
has been renamedForm::BetaCheckbox
-
BetaLinkTo
has been renamedNavigation::BetaLinkTo
-
BetaBadge
has been renamedDataDisplay::BetaBadge
-
TableView
has been renamedDataDisplay::TableView
-
Table::TableFooter
has been renamedDataDisplay::Table::TableFooter