jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
91 stars 16 forks source link

Fix Entry data hydration #38

Closed aerni closed 1 year ago

aerni commented 1 year ago

This PR fixes the entry data hydration in the EntrySynthesizer and EntryCollectionSynthesizer. Without this fix, the entry's data would be empty on subsequent component hydration.

jonassiewertsen commented 1 year ago

💯