We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3493d7 commit 6c1cd79Copy full SHA for 6c1cd79
react-localstorage.js
@@ -1,7 +1,3 @@
1
-if (!localStorage) {
2
- var localStorage = {};
3
-}
4
-
5
exports.reactLocalStorage = {
6
set: function(key, value) {
7
localStorage[key] = value;
0 commit comments