react-router-server icon indicating copy to clipboard operation
react-router-server copied to clipboard

The return of renderToString can be never resolved

Open haohcraft opened this issue 7 years ago • 1 comments

Since renderToString could directly return the result without calling the resolve(), the return of renderPass could be never resolved.

haohcraft avatar Jan 16 '18 05:01 haohcraft

Did you happen to have an unresolved renderToString? renderPass is supposed to return the result and resolve as seen here.

gabrielbull avatar Jan 20 '18 15:01 gabrielbull