Duplicate style tags when repeating over collection

When we use the repeat data element bindings, it seems like the embedded style tag for each element is duplicate. This is causing excessive duplication in style tags and would result in a messier HTML structure and page weight.

E.g. scenario

  1. Repeat through an array of 40 items
  2. Each item would have the same builder-id value and same class builder-*
  3. The following would also create 40 style tag with identical data-id of the same styles

Is there a way to remove these duplicates?

Hello @Dexter,

Thank you for bringing this to our attention.

We’ll review this issue on our end to determine whether we can improve the experience and remove the duplicate style tab. In the meantime, could you please confirm which Builder SDK and version you’re currently using? This will help us narrow down the cause.

Thanks,

Hi @manish-sharma , thanks for the response. I’m currently using the following

"@builder.io/sdk-vue": "^4.2.3",