@sunggang/ui-lib 0.2.67 → 0.2.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm2.js +6 -8
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -59138,14 +59138,12 @@ var LiffProvider = function(param) {
|
|
|
59138
59138
|
}();
|
|
59139
59139
|
checkAndInitialize();
|
|
59140
59140
|
}, []);
|
|
59141
|
-
useEffect(
|
|
59142
|
-
|
|
59143
|
-
|
|
59144
|
-
|
|
59145
|
-
|
|
59146
|
-
}, [
|
|
59147
|
-
localStorageKey
|
|
59148
|
-
]);
|
|
59141
|
+
// useEffect(() => {
|
|
59142
|
+
// if (typeof window !== 'undefined') {
|
|
59143
|
+
// const storedLoginData = window.localStorage.getItem(localStorageKey);
|
|
59144
|
+
// setLoginData(storedLoginData ? JSON.parse(storedLoginData) : null);
|
|
59145
|
+
// }
|
|
59146
|
+
// }, [localStorageKey]);
|
|
59149
59147
|
var contextValue = useMemo$1(function() {
|
|
59150
59148
|
return {
|
|
59151
59149
|
liffObject: liffObject,
|