File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/node_modules/overmind-react/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ export const createConnect = <A extends Overmind<Configuration>>(
145145 componentInstanceId = componentInstanceId ++
146146 currentFlushId = 0
147147 componentDidMount ( ) {
148- console . log ( this . tree )
149148 overmind . eventHub . emitAsync ( EventType . COMPONENT_ADD , {
150149 componentId : populatedComponent . __componentId ,
151150 componentInstanceId : this . componentInstanceId ,
@@ -200,7 +199,9 @@ export const createConnect = <A extends Overmind<Configuration>>(
200199 }
201200
202201 Object . defineProperties ( HOC , {
203- name : { value : component . displayName || component . name || '' } ,
202+ name : {
203+ value : 'Connect' + component . displayName || component . name || '' ,
204+ } ,
204205 } )
205206
206207 return HOC as any
You can’t perform that action at this time.
0 commit comments