-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.4.3 giving error : Unable to get property 'configurable' of undefined or null reference #25
Comments
Thanks - can you provide a bit more information? The only change in v1.4.3 is https://github.com/es-shims/RegExp.prototype.flags/blob/main/implementation.js#L37-L39.
|
Please find the exact error I am getting on browser.
Internally @ionic/cloud-angular uses some dependency which have this module dependency. Please check below the dependancy tree. FYI : We are using Node version 6.9.x , I know its little older. For now as a workaround we forcefully installing regexp.prototype.flags@1.4.2, which solves the issue. |
This problem is because of the |
Thanks @klaygomes . Hope there will be a permanent fix for this on functions-have-names. For now the workaround works for me. |
@klaygomes thanks; I’ll take a look there. |
Suddenly all our CI builds are failing from April 14. Comparing the node modules versions we found that this Package is updated to a new version and the faulty code is pointing to this NPM package.
Below is the Error we are getting while running our project. It's working fine on version 1.4.2 but not on 1.4.3
Error caught from window.onerror: Message: Unable to get property 'configurable' of undefined or null reference - URL: ms-appx
This Package is a dependency NPM package of npm module @ionic/cloud-angular@0.12.0 , so we are looking for a permanent fix for this.
Please help here on this fix ASAP.
The text was updated successfully, but these errors were encountered: