Replies: 1 comment
-
Stale. Solved long ago, and I do not recall the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am making a React Chrome Extension that uses
React-Select
. Currently I wantReact-Select
to save the option chosen before the Chrome Extension is closed.The following code saves the changes when the page is switched but not when the Chrome Extension is closed.
How would I resolve this issue?
I found the following, although I am not sure how to implement this. Any help will be appreciated.
https://stackoverflow.com/a/73219296/19395252
Beta Was this translation helpful? Give feedback.
All reactions