-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
As reported in the discuss forum the following either need to be refactored or we need to include a polyfill (since Array.prototype.includes
is not available):
if (['namespace', 'class', 'module'].includes(modelName)) { |
let enabled = filters.includes(filter); |