I have a CreatePost page, and in the getHeaderWidgets I created a widget for displaying the values from the CreatePost page mainly for providing preview of the contents before the user commits to save it.
In the docs, I have to use the CustomWidget::make( data here ) to pass the data between the Create page and the widget, however it doesnt support reactivity.
Does filament supports this or am I using the wrong tools or this use case?