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

fix(utils): subscribe method of createJSONStorage should only run in the client #2585

Merged
merged 12 commits into from
Jun 3, 2024

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    a1b1998 View commit details
    Browse the repository at this point in the history
  2. test: add test for getStringStorage method from createJSONStorage to …

    …not be called in server
    mhsattarian committed May 29, 2024
    Configuration menu
    Copy the full SHA
    71d2fa0 View commit details
    Browse the repository at this point in the history
  3. use try-catch

    dai-shi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6ca781f View commit details
    Browse the repository at this point in the history
  4. Revert "test: add test for getStringStorage method from createJSONSto…

    …rage to not be called in server"
    
    This reverts commit 71d2fa0.
    mhsattarian committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2838849 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f38edf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4abe2b5 View commit details
    Browse the repository at this point in the history
  7. test: use defineProperty for checking localStorage/sessionStorage acc…

    …ess with createJSONStorage in server
    mhsattarian committed May 29, 2024
    Configuration menu
    Copy the full SHA
    56d186a View commit details
    Browse the repository at this point in the history
  8. fix: ts error in new test

    mhsattarian committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f181938 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    a864f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63be079 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    5728158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982fd7c View commit details
    Browse the repository at this point in the history