Javascript errors usually come in sets. It is important to find the first one as all later ones will be follow-up errors caused by the first one.
Those "is not a function" errors are very likely follow-up errors.
The likely cause is the last error. But you don't mention the error message. You only mention its location (module.bundle.js:50:15450).