Smart view broken?

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 renamed Form::BetaCheckbox
  • BetaLinkTo has been renamed Navigation::BetaLinkTo
  • BetaBadge has been renamed DataDisplay::BetaBadge
  • TableView has been renamed DataDisplay::TableView
  • Table::TableFooter has been renamed DataDisplay::Table::TableFooter