Skip to content

v0.28.3

Choose a tag to compare

@thedavidprice thedavidprice released this 31 Mar 01:26
· 8362 commits to main since this release

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.