- Notifications
You must be signed in to change notification settings - Fork16
Fix recently opened workspaces not being saved#337
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
From what I understand when you use BaseState you are supposed to usedelegation. Something must have changed because this code used to workjust as it was, but now it seems without delegation the properties areignored and we were getting recent entries that were blank (looked likethis: `<RecentWorkspaceConnection />`).
Qodana Community for JVM54 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get -name:'Qodana Scan'uses:JetBrains/qodana-action@v2023.2.8with:upload-result:true Contact Qodana teamContact us atqodana-support@jetbrains.com
|
Uh oh!
There was an error while loading.Please reload this page.
From what I understand when you use BaseState you are supposed to use delegation. Something must have changed because this code used to work just as it was, but now it seems without delegation the properties are ignored and we were getting recent entries that were blank (looked like this:
<RecentWorkspaceConnection />
).It does not appear possible to use delegation with a data class so I had to make a separate constructor.
Closes#304