I have an html element which is present on some elements, but not others. For the ones which it is not present, I need to have a size-equivalent empty space html element. This ensures that the spacing is not off.
I have tried adding the same element, but putting hidden
, hidden="hidden"
and style="visibility:hidden;"
on the div that encapsulats the element, but that makes the build fail. Any thoughts?