Hello guys,
modal title and body are missing if you upgrade from version 0.2.167-beta.39 to any higher version. Nothing has changed by my side in terms of code.
This is the modal when using version 0.2.167-beta.39

...and this is the same modal using any higher version

I initialize and display the modal using code like the following:
const modal = this._modalService.show(BasicModalComponent, {
animated: true,
initialState: {
title: 'Δημοσίευση',
message: `Είστε σίγουρος ότι θέλετε να δημοσιεύσετε την καμπάνια '${this.campaign?.title}';`,
data: this.campaign
},
keyboard: true
});
In the case that the modal is working i can see that the show method instantiates the BasicModalComponent providing the correct initialState to the component.

But this is not the case when upgrading to a version newer than 0.2.167-beta.39

Hello guys,
modal title and body are missing if you upgrade from version 0.2.167-beta.39 to any higher version. Nothing has changed by my side in terms of code.
This is the modal when using version 0.2.167-beta.39


...and this is the same modal using any higher version
I initialize and display the modal using code like the following:
In the case that the modal is working i can see that the


showmethod instantiates theBasicModalComponentproviding the correctinitialStateto the component.But this is not the case when upgrading to a version newer than 0.2.167-beta.39