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
Currently we show an error when the urlsToWatch array is empty, however
urlsToWatch is optional
urlsToWatch can be defined on a plugin instance
We should update the check so that an error is shown if plugins don't have urlsToWatch set and there is no global array set, or the global array is empty.