@abgov/react-components 6.2.2-alpha.5 → 6.2.2-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.mjs CHANGED
@@ -3398,7 +3398,7 @@ function GoabText(props) {
3398
3398
  return /* @__PURE__ */ jsx(
3399
3399
  "goa-text",
3400
3400
  {
3401
- as: props.as,
3401
+ as: props.as || props.tag,
3402
3402
  size: props.size,
3403
3403
  maxwidth: props.maxWidth,
3404
3404
  color: props.color,