Cannot read property 'ionScrollStart' of null when ion-textarea inside a ion-footer

Hey guys, do you know why it’s not possible to use inside a anymore ? I get this error " Error in ./MessageDetailsPage class MessageDetailsPage - inline template:56:2 caused by: Cannot read property ‘ionScrollStart’ of null".

Here are the few codes I tried

<ion-footer>
	<ion-toolbar>
		<ion-textarea></ion-textarea>
	</ion-toolbar>
</ion-footer>

OR

  <ion-footer>
    		<ion-textarea></ion-textarea>
    </ion-footer>

And the same with footer instead of ion-footer.

Looks like an ongoing issue

Alright, let’s downgrade to a more stable version so. Thank you !