Repeater `saveRelationshipsUsing(null)` Not Hydrating Data Correctly
Repeater example:
Custom Action overriding
When I update a record using that custom Action, the record and its relationships are saved correctly in the database. However, after Filament's success notification, the Repeater displays old data. Refreshing the page shows the correct data. This issue only occurs with saveRelationshipsUsing(null).
Is this a bug or expected? Is there a workaround?
Custom Action overriding
handleRecordUpdate in the EditPage:When I update a record using that custom Action, the record and its relationships are saved correctly in the database. However, after Filament's success notification, the Repeater displays old data. Refreshing the page shows the correct data. This issue only occurs with saveRelationshipsUsing(null).
Is this a bug or expected? Is there a workaround?