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