-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fix: blank screen after 2.0.5 #604
Conversation
I think it will be fixed by #601, if not, I will merge yours. |
How exactly? I think I introduced a major bug in 2.0.5 that erases users config.. |
Do you think it is a bug introduced in 2.0.5? Anyway, I pushed my fix, and if the bug is still there, we will see it happen and find it. |
@shaiu why did you open it again? I think it can be closed. |
@baruchiro |
Oh, I see it now. But I prefer you don't create a default config here. We already have the default config on the 'main'/'backend' side, and the |
remove default config from renderer
🎉 This PR is included in version 2.1.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This fixes the issue in 2.0.5 when loading the app there is a blank screen (no importers and exporters)
Added a default config to ConfigStore constructor