-
Notifications
You must be signed in to change notification settings - Fork 186
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
Cannot read properties of null
error in the Settings section
#4772
Comments
We investigated the issue together with my partner @Desvelao and we could see that the error was caused by a destructuring. Also my partner @Desvelao found and solved a bug in the same file that was happening because in one part of the code a variable was created in each iteration so it was not always the same and that brought problems. Both errors were caused by code in the |
This issue was solved in this PR |
Description
When leaving the
Configuration
tab from the Settings section, acannot read properties of null
error is shown in the browser's console.Steps to reproduce
Screenshots
Additional context
Error log
The text was updated successfully, but these errors were encountered: