This message was deleted.
# hobbyfarm
a
This message was deleted.
c
ERROR TypeError: Cannot read properties of undefined (reading 'open')
at HeaderComponent.logout (header.component.ts7222)
@ViewChild("logoutmodal", { static: true }) logoutModal: ClrModal;
@ViewChild("aboutmodal", { static: true }) aboutModal: ClrModal;
public logout() {
this.logoutModal.open();
}
public about() {
this.aboutModal.open();
}
It seems it has been commented in commit eecc52fe3cc6757869f9fbaf832c62cc930eb1f7
I uncommented it and am preparing a PR
Thanks @faint-optician-47536 πŸ™‚
f
No problem, i just realized that this was commented out. Thanks for finding!
c
You're welcome. I'm mapping the actions in the test solution πŸ™‚
f
ah perfect thats why. maybe we find more bugs on the way πŸ˜„
πŸ˜‡ 1
c
I'm sure it was done on purpose to encourage me ^^
f
yes yes we wanted to test your knowledge πŸ˜›
all bugs are done on purpose of course
πŸ™Œ 1