Skip to content

v2.0.0-rc20

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomconroy tomconroy released this 27 Jun 21:29

Fixes issues with projects that need to run relay in compat mode, they should add this to package.json:

{
  "react-scripts": {
    "relayCompatMode": true
  }
}