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
Adding an undefined component should warn and not save the template.
For example adding <. whatever /> into a page template, and assuming that component doesn't exist anywhere, it should not let the user save the page and display a compilation error, similar to when a template syntax is invalid.
The text was updated successfully, but these errors were encountered:
Adding an undefined component should warn and not save the template.
For example adding
<. whatever />
into a page template, and assuming that component doesn't exist anywhere, it should not let the user save the page and display a compilation error, similar to when a template syntax is invalid.The text was updated successfully, but these errors were encountered: