Skip to content

Commit

Permalink
Calls unstable_createStyleFunctionSx with direct import
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebJamesStevens committed Nov 5, 2022
1 parent 45eb656 commit f431097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-system/src/styleFunctionSx/styleFunctionSx.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function unstable_createStyleFunctionSx(styleFunctionMapping = defaultSty
return styleFunctionSx;
}

const styleFunctionSx = unstable_createStyleFunctionSx();
const styleFunctionSx = unstable_createStyleFunctionSx(defaultStyleFunctionMapping);

styleFunctionSx.filterProps = ['sx'];

Expand Down

0 comments on commit f431097

Please sign in to comment.