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 no-op storage #511

Merged
merged 8 commits into from
Mar 12, 2024
Merged

Fix no-op storage #511

merged 8 commits into from
Mar 12, 2024

Conversation

0xcadams
Copy link
Member

Description

Fixed no-op localStorage when the storage prop is null.

@0xcadams 0xcadams marked this pull request as ready for review March 12, 2024 16:05
@0xcadams 0xcadams requested a review from a team as a code owner March 12, 2024 16:05
Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lvpr-tv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 5:14pm
ui-kit-docs-embed ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 5:14pm
ui-kit-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 5:14pm
ui-kit-next-pages ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 5:14pm
ui-kit-with-pubnub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 5:14pm

@@ -267,3 +268,14 @@
)}
</div>
);

function isInIframe() {

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function isInIframe.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant