- 
                Notifications
    You must be signed in to change notification settings 
- Fork 101
Open
Description
Hello, I have some little problem, when a i am haven`t any async-connections on some route, by server-side rendering like a this:
      loadOnServer({...renderProps, store, helpers: {client}}).then(() => {
        const component = (
          <Provider store={store} key="provider">
            <ReduxAsyncConnect {...renderProps} />
          </Provider>
        );
        console.log(ReactDOM.renderToString(component), '?????');I have output by empty string
If am create fake async-connect with
promise() {
  return Promise.all([])
}all be correct.
I now this not a big problem and have easy solution with async-connect on frame element. But if u not need async-connect for some router and frame element - little trouble is coming.
P.S.
Thank you for this project, he resolve many questions =)
Metadata
Metadata
Assignees
Labels
No labels