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(vue-app): don't throw if we can't read sessionStorage #27662

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

danielroe
Copy link
Member

🔗 Linked issue

resolves #10279

📚 Description

In some situations session storage will throw an error. We can prevent and ignore that error, just as we do in Nuxt 3.

Copy link

stackblitz bot commented Jun 17, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.23%. Comparing base (13ff5d7) to head (18694e7).

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x   #27662   +/-   ##
=======================================
  Coverage   66.23%   66.23%           
=======================================
  Files          93       93           
  Lines        4123     4123           
  Branches     1170     1170           
=======================================
  Hits         2731     2731           
  Misses       1126     1126           
  Partials      266      266           
Flag Coverage Δ
unittests 66.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielroe danielroe merged commit a8a74a9 into 2.x Jun 17, 2024
18 checks passed
@danielroe danielroe deleted the fix/sessionstorage branch June 17, 2024 11:34
@github-actions github-actions bot mentioned this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants