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
In the SPA html template you have <style> /* Don't show the not-yet-loaded templates */ [ws-template], [ws-children-template] { display: none; } </style>
I have 2 questions:
None of the browsers seems to show the templates, no matter if I include the above or not. So are these lines still useful?
I do see during loading not-yet-replaced text-holes ${.... This is very brief, but on my page quite prominent. So I would love to avoid this. Is there a way to do that? (The display: none for the templates as shown above does not help.)
The text was updated successfully, but these errors were encountered:
In the SPA html template you have
<style> /* Don't show the not-yet-loaded templates */ [ws-template], [ws-children-template] { display: none; } </style>
I have 2 questions:
${...
. This is very brief, but on my page quite prominent. So I would love to avoid this. Is there a way to do that? (Thedisplay: none
for the templates as shown above does not help.)The text was updated successfully, but these errors were encountered: