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 6ab91aa commit 11dd898Copy full SHA for 11dd898
src/hooks/useThemeProps/usePropsResolution.tsx
@@ -342,7 +342,9 @@ export const usePropsResolutionWithComponentTheme = (
342
'background: #4b5563; color: #FFF; font-weight: 700; padding: 2px 8px;'
343
);
344
}
345
- let [flattenProps, specificityMap] = callPropsFlattener(
+ //TODO: hack
346
+ let flattenProps: any, specificityMap;
347
+ [flattenProps, specificityMap] = callPropsFlattener(
348
incomingWithDefaultProps,
349
{},
350
2
0 commit comments