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
`keywordsBlockAndTransactionProperties[cur].some` is not a function error. If current token (`cur`) is a method from Object like `toString`, `keywordsBlockAndTransactionProperties[cur]` is keywordsBlockAndTransactionProperties['toString'] and would be a function, then `fn.some` would throw the error.
0 commit comments