I love recompose
, but when I use it I wind up with stack traces that have lines like:
in withProps(withHandlers(withHandlers(SelectionOverlay))) (created by withState(withProps(withHandlers(withHandlers(SelectionOverlay)))))
Is there any way I can give some sort of "display name" to the individual HOC components to get more readable stack traces?