react-router-server
react-router-server copied to clipboard
The return of renderToString can be never resolved
Since renderToString
could directly return the result
without calling the resolve()
, the return of renderPass
could be never resolved.
Did you happen to have an unresolved renderToString? renderPass is supposed to return the result and resolve as seen here.