onelogin/onelogin-oidc-react

nannoid import issue

Opened this issue · 0 comments

tokenReducer.js

This doesn't work
import nanoid from "nanoid";

it should be replaced with
import {nanoid} from "nanoid";