Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

@okta/okta-react-3.0.5

Compare
Choose a tag to compare
@swiftone swiftone released this 31 Aug 17:23
· 55 commits to master since this release
a5880c6

Bug Fixes

  • #872 Adjusts <SecureRoute> so that it enforces authentication requirement for components passed via "render" or "children" in addition to "component"
    • NOTE: <SecureRoute>, like react-router <Route>, only wants ONE of the three ways of passing wrapped components per route
    • This should also address cases where components loaded through SecureRoute were being unnecessarily unmounted/remounted