So for the Query block, when we enable frontend render, there will be a default .cc-loading-skeleton animation added to the query item so it looks like it’s loading upon page arrival.
We are having some weird issue where when we set a div inside of the query template (that’s what we normally do, then start adding child blocks like dynamic titles, buttons, etc) to display: flex, all of the .cc-loading-skeleton will not load, causing the animation not displaying upon the page arrival, so people only see empty query loop for a couple seconds until the query is loaded (if you have more than 100 posts to load)
Ohh, learned something new today! I was thinking about this feature last night when I tried to figure it out too because I remember seeing something like this in a live stream video from Louis but couldn’t find it.