You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement the embed checkout in nextjs 15.3.2 but got the error below in dev mode when closing the modal. Not sure if this is a common issue. I use next-intl but this happen in all languages. Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
This is the code of the purchase button:
`"use client";
import { PolarEmbedCheckout } from "@polar-sh/checkout/embed"; import { useEffect } from "react";
const PurchaseLink = () =>...
The text was updated successfully, but these errors were encountered:
I'm trying to implement the embed checkout in nextjs 15.3.2 but got the error below in dev mode when closing the modal. Not sure if this is a common issue. I use next-intl but this happen in all languages.
Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
This is the code of the purchase button:
`"use client";
import { PolarEmbedCheckout } from "@polar-sh/checkout/embed"; import { useEffect } from "react";
const PurchaseLink = () =>...
The text was updated successfully, but these errors were encountered: