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
getInferredName.js line 6 uses Function which is throwing error in CSP. Can anybody please help. I don't want to use unsafe-eval to bypass this error. getInferredName = Function('s', 'return { [s]() {} }[s].name;');