Have you ever worked on (or with) a component library for a large code base? When updating the library you can't possibly manually check every single usage of every component.
I mean, depending on the CSS, things might already break if the <img> suddenly needs to be wrapped inside a div etc.
I mean, depending on the CSS, things might already break if the <img> suddenly needs to be wrapped inside a div etc.