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…
Reference in New Issue