mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
fix: remove spread operator
This commit is contained in:
@@ -44,7 +44,7 @@ const FeatureBar = dynamic(
|
||||
|
||||
const Modal = dynamic(
|
||||
() => import('@components/interface/Modal'),
|
||||
{...dynamicProps, ssr: false}
|
||||
Object.assign(dynamicProps, {ssr: false})
|
||||
)
|
||||
|
||||
interface Props {
|
||||
|
Reference in New Issue
Block a user