redux-connect
                                
                                
                                
                                    redux-connect copied to clipboard
                            
                            
                            
                        Using ownProps inside the preload action
Hey,
I want to use the component's own prop for the preloaded data action that I send to the asyncConnect. Is there a way of doing so? Couldn't find anything in the docs.
thanks!
they are all available alongside extra props from async connect, ie in the promise prop
@AVVS could you please give a quick example? I can’t figure out how...