Closed rafaelverger closed 7 years ago
This is a bug, nautilus.js extends window
with all it's methods, getConfig
, resetConfig
, etc all are defined as props of window
, when it iterates props of window
in _.extends it will show this warning
This bug could be identified early if using strict mode
, this
value would be undefined
instead of window
DevTools is already warning about this deprecation: