diff --git a/frontend/src/app/main/ui.cljs b/frontend/src/app/main/ui.cljs index ca37930376..c8a14df857 100644 --- a/frontend/src/app/main/ui.cljs +++ b/frontend/src/app/main/ui.cljs @@ -362,7 +362,7 @@ :share share}]) :frame-preview - [:& frame-preview/frame-preview] + [:> frame-preview/frame-preview*] nil)])) diff --git a/frontend/src/app/main/ui/frame_preview.cljs b/frontend/src/app/main/ui/frame_preview.cljs index de15702d97..ca2f2288ee 100644 --- a/frontend/src/app/main/ui/frame_preview.cljs +++ b/frontend/src/app/main/ui/frame_preview.cljs @@ -9,9 +9,8 @@ [app.common.data :as d] [rumext.v2 :as mf])) -(mf/defc frame-preview - {::mf/wrap-props false - ::mf/wrap [mf/memo]} +(mf/defc frame-preview* + {::mf/wrap [mf/memo]} [] (let [iframe-ref (mf/use-ref nil)