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

chore(web): upgrade jotai #429

Closed
wants to merge 9 commits into from
Closed

chore(web): upgrade jotai #429

wants to merge 9 commits into from

Conversation

nina992
Copy link
Contributor

@nina992 nina992 commented May 17, 2023

Overview

What I've done

What I haven't done

How I tested

Which point I want you to review particularly

Memo

@netlify
Copy link

netlify bot commented May 17, 2023

Deploy Preview for reearth-web failed.

Name Link
🔨 Latest commit c4392ec
🔍 Latest deploy log https://app.netlify.com/sites/reearth-web/deploys/64774d5405d6e10008f43799

@github-actions github-actions bot added the web label May 17, 2023
@@ -95,7 +96,7 @@ export type Workspace = {
policy?: Policy | null;
};

const workspace = atomWithStorage<Workspace | undefined>("workspace", undefined);
const workspace = atom<Workspace | undefined>(undefined);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is a valid change cause I need this state to be with storage in order to fetch last workspace the user was on it before closing the browser or leaving reearth

@KaWaite KaWaite changed the title chore: upgrade jotai chore(web): upgrade jotai Jun 8, 2023
@KaWaite KaWaite closed this Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants