Message' cannot be used as a JSX component

I had this error on the beginning of tutorial. It is very much discouraging when you start from errors.
`
‘Message’ cannot be used as a JSX component.
Its type ‘() => void’ is not a valid JSX element type.
Type ‘() => void’ is not assignable to type ‘(props: any, deprecatedLegacyContext?: any) => ReactNode’.
Type ‘void’ is not assignable to type ‘ReactNode’.ts(2786)

And error disappeared and I’m filling like an idiot. Sorry. I will read guidelines and will behave. :flushed: