I was able to add validations for the fields inside my components by using middleware instead of lifecycle hook as mentioned here.
2 Likes
I was able to add validations for the fields inside my components by using middleware instead of lifecycle hook as mentioned here.