-
Notifications
You must be signed in to change notification settings - Fork 30
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
ERROR TypeError: Cannot delete property 'xyz' of [object Object] #29
Comments
Thanks for the question. I was in a hurry to upgrade to version 9, and now many tests have failed. I'll fix it asap. |
Nope, the last published version of @ngxd/[email protected] does not resolve my issue. Here is a sample of my component:
showcase.component.ts:
The error message is:
The debugger sends me to line 189 of "ngxd-core.js" - "delete this.host[this.name];" - and I have no idea why it is trying to delete a property of my component. It worked great with Angular 8. :
|
Could you please reproduce this issue on StackBlits or GitHub repo? |
@ciukstar could you please check your issue with @ngxd/[email protected]? Let me know if all ok or not. |
Yes, with @ngxd/[email protected] everything is working now as expected. |
Error when running
ngxd
under Angular 9:Where 'layout' is part of
*ngxComponentOutlet
context.Works fine with
ngxd
running under Angular 8.Environment:
The text was updated successfully, but these errors were encountered: