Yadong (Adam) Zhang
Yadong (Adam) Zhang
It can reserve your data unless you clear session
your brower will clear your session automatically?
take a look at your `chrome://settings/cookies`, if you open the option -- clear cookies and other storage when close browser
you can still use your session
I don't sure that when it will be expired
To be honest, it is stored at `localStorage`
[localStorage has no expiration time](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage#:~:text=localStorage%20is%20similar%20to%20sessionStorage,when%20the%20page%20is%20closed.), unless the developer set it manually
found it https://github.com/saadq/resumake.io/blob/9f52bcc874b54e1449b9225ab9a117678238d01f/app/client/src/app/store.js#L9
This is because the version of `react-transition-group` is too low: "react-transition-group": "^2.3.1" The problem has solved in `react-transition-group` `4.4.0`, see [CHANGELOG.](https://github.com/reactjs/react-transition-group/blob/1fd4a65ac45edd2aea3dec18eeb8b9c07c7eb93f/CHANGELOG.md#features) So you can revert `react-transition-group` to the same version...
@heytulsiprasad see [Here](https://github.com/Learn-Python-and-Javascript/conFusion-React/issues/8#issuecomment-645777517)