mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-03-03 07:00:29 +00:00
Rename monkeypatched render function to make its purpose clearer
Especially in browser profiling.
This commit is contained in:
parent
8b0056c2be
commit
21d66ab37f
@ -53,7 +53,7 @@
|
||||
|
||||
(def static-fns
|
||||
{:render
|
||||
(fn render []
|
||||
(fn mp-render [] ;; Monkeypatched render
|
||||
(this-as c
|
||||
(trace/with-trace {:op-type :render
|
||||
:tags {:component-path (component-path c)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user