react-oidc-context 3.3.0 is a minor release.
No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.
Changelog:
- Fixes:
- #1427: use
React.JSX instead of the global JSX namespace
- #1433: update required
React version from 16.8.0 to 16.14.0 due to JSX transform
- Features:
- #1476: add
useAutoSignin hook
- #1530: extend
Error to give more context which action caused the actual error
thanks to @aBytex and @blaubaer