@flopay/react 1.2.0 → 1.2.1

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/dist/index.mjs CHANGED
@@ -5489,6 +5489,8 @@ function FloPayCheckout({
5489
5489
  return /* @__PURE__ */ jsx7(CheckoutContext.Provider, { value: checkoutValue, children: /* @__PURE__ */ jsx7(
5490
5490
  "div",
5491
5491
  {
5492
+ role: "alert",
5493
+ "data-testid": "flopay-load-error",
5492
5494
  style: {
5493
5495
  padding: 24,
5494
5496
  textAlign: "center",