From 5ab68376b0f5327c7c6ef6336e63fe59e3415d64 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 27 Mar 2025 15:35:12 -0400 Subject: [PATCH] fixes --- example/src/App.tsx | 3 +++ src/client/index.ts | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index fb61dd6..0cb37bd 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -245,6 +245,7 @@ export default function TodoList() { {user?.subscription?.productId !== premiumMonthly.id && + user?.subscription?.productId !== premiumYearly?.id && (user?.isFree ? ( {user?.subscription?.productId !== premiumPlusMonthly.id && + user?.subscription?.productId !== + premiumPlusYearly?.id && (user?.isFree ? ( - v.literal(productKey) - ) - ) - ), + productIds: v.array(v.string()), origin: v.string(), successUrl: v.string(), },