redux-async-connect
redux-async-connect copied to clipboard
Feature Request: Log Error when asyncConnect'd but Provider not ReduxAsyncConnect
I'd have to do a bit of debugging to see if this is possible or reasonable. However, it seems to relate to:
- Confusion with serverside rendering when <Provider isn't passed render prop <ReduxAsyncConnect {...props} helpers={ asyncHelpers } /> (This caused a fair amount of headscratching).
- When attempting to @asyncConnect components not defined in <Routes, such as attempting to make things like widgets that you still otherwise want async connected.