Skip to content

@builder.io/sdk-vue@5.2.4

Choose a tag to compare

@builder-io-integration builder-io-integration released this 02 Jul 05:40
27e443e

Patch Changes

  • 071f939: Stop injecting duplicate inline A/B test scripts on pages with multiple Content components. The window.builderIoAbTest / window.builderIoRenderContent init script is now only emitted when a Content actually renders A/B variants, and the definition is idempotent and self-removing on hydration targets. This avoids the duplication without the client-side DOM mutation that caused the previous hydration regression.