Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a null check to the window 'storage' event listener #1198

Merged
merged 4 commits into from
Jan 27, 2021

Commits on Jan 27, 2021

  1. Add a null check to the window 'storage' event listener

    While testing in Cypress it's possible to receive a null value on Storage Events when 'clear' is called and will cause errors as seen in nextauthjs#1125.
    dmmulroy authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    54267c0 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    typo
    dmmulroy authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e295a52 View commit details
    Browse the repository at this point in the history
  3. Update src/client/index.js

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    dmmulroy and balazsorban44 authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    cf46c40 View commit details
    Browse the repository at this point in the history
  4. formatting

    dmmulroy authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c6b44c9 View commit details
    Browse the repository at this point in the history