redux-async-connect icon indicating copy to clipboard operation
redux-async-connect copied to clipboard

Feature Request: Log Error when asyncConnect'd but Provider not ReduxAsyncConnect

Open blainegarrett opened this issue 8 years ago • 0 comments

I'd have to do a bit of debugging to see if this is possible or reasonable. However, it seems to relate to:

  1. Confusion with serverside rendering when <Provider isn't passed render prop <ReduxAsyncConnect {...props} helpers={ asyncHelpers } /> (This caused a fair amount of headscratching).
  2. When attempting to @asyncConnect components not defined in <Routes, such as attempting to make things like widgets that you still otherwise want async connected.

blainegarrett avatar Apr 21 '16 02:04 blainegarrett