This is not a bug per se.
Some partials only render a cell. This adds some indirection that, while it's probably very small, it makes the debugging a little harder. I suggest we remove those partials to use directly the cells.
Here's a list of the partials I found that only render a cell:
decidim/shared/flag_modal
decidim/shared/announcement
Some others could be easily extracted into a cell:
comments/comments/comment
conferences/media/attachments
upcoming_meeting_for_card
shared/component_announcement
This is not a bug per se.
Some partials only render a cell. This adds some indirection that, while it's probably very small, it makes the debugging a little harder. I suggest we remove those partials to use directly the cells.
Here's a list of the partials I found that only render a cell:
decidim/shared/flag_modaldecidim/shared/announcementSome others could be easily extracted into a cell:
comments/comments/commentconferences/media/attachmentsupcoming_meeting_for_cardshared/component_announcement