-
Notifications
You must be signed in to change notification settings - Fork 208
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) Config system and Implementer Tools both crash when 'null' passed for Array value #1101
Conversation
…ed for Array value
Size Change: -76.4 kB (-1.62%) Total Size: 4.64 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, @brandones.
<PopupHandler /> | ||
</UserHasAccess> | ||
); | ||
return <PopupHandler />; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not want to require this permission for accessing the implementer tools?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG that was not intended to be included in the change. That would be bad. Great catch, thank you @denniskigen
Requirements
feat
,fix
, orchore
, among others). See existing PR titles for inspiration.For changes to apps
If applicable
Summary
Passing 'null' for a config value which is supposed to be an Array causes both the Implementer Tools and the config system to crash. This fixes the problem, making them issue the 'wrong type' warning as expected.
Screenshots
Related Issue
Other