Error in <livewire:...> style

my laravel and livewire packages as up todate but when using:

 <livewire:post :post="$post">

I get an error but in case of:

@livewire('post', ['post' => $post])

it is ok. does I have missed something?

Probably some caching issue, did you try removing cache and composer auto-dump?