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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
As a result, create is not defined when used for properties of commonKeys and it breaks initialzation as far as I understand.
I'm not sure if it's zone.js bug or Webpack's, but JSHint also gives a warning on these two declarations so I decided to report it here. Here's the warning text: Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function. (W082)