We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fe8e6 commit ce52870Copy full SHA for ce52870
packages/react/src/components/checkout/target/target.tsx
@@ -35,7 +35,7 @@ export function Target({ id }: { id: Target }) {
35
36
const target = targets?.[id];
37
38
- let content = null;
+ let content: React.ReactNode = null;
39
if (target) {
40
content = target?.();
41
} else if (debug) {
0 commit comments