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
Add type assertion for purchaseData prop in PayEmbed
Explicitly casts the purchaseData prop to Record<string, unknown> | undefined in multiple locations within PayEmbed.tsx to ensure correct typing and prevent potential type errors.
0 commit comments