You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
The problem is that Resizer expects an id on panel, so a simple fix would be for Resizer to verify panel has an id and otherwise display a message in console.
Note that this condition will most likely only affect Extension Authors while developing a new panel, so a console message should be sufficient feedback.
As described in this Brackets-Dev discussion thread, the message "Preference key 'undefined' must be a string" is not very helpful.
The problem is that Resizer expects an id on panel, so a simple fix would be for Resizer to verify panel has an id and otherwise display a message in console.
Note that this condition will most likely only affect Extension Authors while developing a new panel, so a console message should be sufficient feedback.