npm @redwoodjs/core 0.28.3
v0.28.3

latest releases: 8.0.0-canary.709, 8.0.0-canary.706, 8.0.0-canary.705...
3 years ago

This patch release fixes several bugs related to Router Sets, TypeScript, Apollo Server:

Code Modification

Patch releases v0.28.1 and v0.28.2 introduced a workaround to fix an error in Apollo Server. Check if your ./package.json includes "apollo-server-core": "2.21.2". If so, make the following modification:

  },
  "resolutions": {
    "react": "17.0.1",
-   "react-dom": "17.0.1",
+   "react-dom": "17.0.1"
-   "// Temporary fix for": "https://github.com/redwoodjs/redwood/issues/2127",
-   "apollo-server-core": "2.21.2"
  }
}

See reference code here.

Don't miss a new core release

NewReleases is sending notifications on new releases.