@burdenoff/website-sdk 2026.513.4 → 2026.514.2

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
@@ -1388,7 +1388,7 @@ function NewsletterForm({
1388
1388
  ] });
1389
1389
  }
1390
1390
  var GET_PLANS_QUERY = `
1391
- query GetPublicPlans($productId: ID!) {
1391
+ query GetPublicPlans($productId: String!) {
1392
1392
  publicPlans(productId: $productId) {
1393
1393
  id
1394
1394
  name
@@ -1563,6 +1563,9 @@ function PricingSection(props) {
1563
1563
  useEffect(() => {
1564
1564
  let cancelled = false;
1565
1565
  async function loadPlans() {
1566
+ if (!resolvedProductId) {
1567
+ return;
1568
+ }
1566
1569
  try {
1567
1570
  setLoading(true);
1568
1571
  const response = await client.query(