Skip to content

v6.0.3

Compare
Choose a tag to compare
@jtoar jtoar released this 04 Aug 18:43
· 2630 commits to main since this release

Patch Release

This patch release fixes a bug in the generated types for the named-routes function so that it correctly errors when the named route doesn't exist, and fixes a bug in the rendering of authenticated routes that caused unintended rerendering:

  • Remove the indexed type reference on AvailableRoutes #8918 by @orta
  • fix(router): Prevent rerendering authenticated routes on hash change #9007 by @dac09