diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 5a75e1fbc..097158bc8 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -44,7 +44,7 @@ const FeatureBar = dynamic( const Modal = dynamic( () => import('@components/interface/Modal'), - {...dynamicProps, ssr: false} + Object.assign(dynamicProps, {ssr: false}) ) interface Props {