Skip to content

Commit

Permalink
Add missing mock to Svg/G
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Apr 24, 2023
1 parent 5e80634 commit 93dffbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mocks/js_dependencies.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ globalThis.__STATUS_MOBILE_JS_IDENTITY_PROXY__ = new Proxy({}, {get() { return (
{:ClipPath #js {:render identity}
:Circle #js {:render identity}
:Defs #js {:render identity}
:G #js {:render identity}
:Path #js {:render identity}
:Rect #js {:render identity}
:SvgUri #js {:render identity}
Expand Down

0 comments on commit 93dffbd

Please sign in to comment.