Why is the secrets fix that you propose needed? Is it because the secrets panel gets a reference to a secrets object that changes later on? If that is the case, a better approach would be to use the componentWillReceiveProps lifecycle hook, wouldn't it?
Why is the secrets fix that you propose needed? Is it because the secrets panel gets a reference to a secrets object that changes later on? If that is the case, a better approach would be to use the
componentWillReceiveProps
lifecycle hook, wouldn't it?