Skip to content

v22.1.1

Choose a tag to compare

@brandonlehmann brandonlehmann released this 08 May 13:45
· 12 commits to master since this release
v22.1.1
d4017ab

Changes

  • Export Router as both a function and a type, mirroring ProtectedRouter. Downstream consumers can now use Router as a type annotation: const r: Router = Router();.