I’ve tried to simplify this issue as much as possible and came up with these repro steps:
-
Create a table and style it with the bootstrap “table” class and observe that it displays as expected.
-
Create a custom component and leave the file blank. The component should render absolutely nothing. Place the component anywhere outside the table and observe that everything still displays as expected.
-
Place the custom component inside of a td tag. Observe that the table is no longer styled.
Is this expected behavior? If not, then I will create a full working example and post to GitHub for further review.
If it is expected, then what is the proper way to resolve?