I was doing one of my project and found that whenever I use `!= messages()` it gives an error `messages is not a function` But when used !{messages} it worked just fine, just curious to know why `!= messages()` didn't worked well.
I was doing one of my project and found that whenever I use
!= messages()it gives an errormessages is not a functionBut when used !{messages} it worked just fine, just curious to know why
!= messages()didn't worked well.