v0.13.0
0.13.0
Breaking changes
- React hooks and components for Next.js are now exposed in their own module.
- For example:
- Before:
import { useFiefIsAuthenticated, useFiefUserinfo } from '@fief/fief/nextjs';
- After:
import { useFiefIsAuthenticated, useFiefUserinfo } from '@fief/fief/nextjs/react';
- Before:
- This was done to avoid build issues with Next.js 13.3+
- For example: