File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 " types"
1212 ],
1313 "scripts" : {
14- "start" : " start-storybook -p 6006" ,
14+ "start" : " NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006" ,
1515 "test" : " jest" ,
1616 "ts" : " tsc" ,
1717 "lint" : " eslint \" src/**/*.{ts,tsx}\" " ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type ModalCloseButtonProps = {
1010
1111export const ModalCloseButton = ( { onClose } : ModalCloseButtonProps ) => {
1212 const [ showModal , setShowModal ] = useState ( false )
13- const styles = useStyleConfig ( "Modal" ) as ( typeof themeOverrides ) [ "components" ] [ "Modal" ] [ "baseStyle" ]
13+ const styles = useStyleConfig ( "Modal" ) as typeof themeOverrides [ "components" ] [ "Modal" ] [ "baseStyle" ]
1414 return (
1515 < >
1616 < ConfirmCloseAlert
You can’t perform that action at this time.
0 commit comments