We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a852df commit 09ae7daCopy full SHA for 09ae7da
packages/bento-design-system/src/util/withBentoConfig.tsx
@@ -8,7 +8,7 @@ export function withBentoConfig<Props>(
8
return (props: Props) => {
9
return (
10
<BentoConfigProvider value={config}>
11
- <Component {...props} />{" "}
+ <Component {...props} />
12
</BentoConfigProvider>
13
);
14
};
0 commit comments