rarely active
rarely active
SSolidJS
Created by rarely active on 1/2/2025 in #support
Unexpected behavior when dealing with stores (createStore)
Yeah it worked :D
5 replies
SSolidJS
Created by rarely active on 1/2/2025 in #support
Unexpected behavior when dealing with stores (createStore)
Noted, thanks
5 replies
SSolidJS
Created by rarely active on 1/2/2025 in #support
Unexpected behavior when dealing with stores (createStore)
This is the logout function
const logout = () => {
setData("token", null);
setData("user", null);
localStorage.removeItem("token");
};
const logout = () => {
setData("token", null);
setData("user", null);
localStorage.removeItem("token");
};
5 replies