Skip to content
  • Ben Ripkens's avatar
    fix(ServerRendering): execution should be sync · cd2aecc3
    Ben Ripkens authored
    The documentation states that React.renderComponentToString
    'uses a callback API to keep the API async', but the
    implementation is actually synchronous. In order to maintain
    this contract the callback should always be called
    asynchronously or be change to a synchronous API.
    
    As per the discussion of pull request 982, the API should
    be changed to a synchronous one.
    cd2aecc3
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading