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
I am not sure if you are still supporting ie8 or not but on master resolve.js line 44 'var invocableKeys = Object.keys(invocables || {}); throws type error: Object dosn't support this property or method.
I was using master to get a feature that was penned for 0.3 but it looks like you put it in 0.2.11 so I can move to that to fix my problem but just letting you know
The text was updated successfully, but these errors were encountered:
@christopherthielen Are you guys thinking of moving away from Object.keys? If not, you can just add Mozilla's polyfill, and later on when it makes sense to drop IE8 you can remove it?
I am not sure if you are still supporting ie8 or not but on master resolve.js line 44 'var invocableKeys = Object.keys(invocables || {}); throws type error: Object dosn't support this property or method.
I was using master to get a feature that was penned for 0.3 but it looks like you put it in 0.2.11 so I can move to that to fix my problem but just letting you know
The text was updated successfully, but these errors were encountered: