Call to a member function partiallyRender() on null" with partiallyRenderComponentsAfterStateUpdated
Hello everyone,
I'm trying to use the new partiallyRenderComponentsAfterStateUpdated method in my Filament v4 form, but I'm encountering a Call to a member function partiallyRender() on null error.
My goal is to conditionally show a FileUpload or TextInput field based on the value of a Select field, and use partial rendering for performance.
Here is a simplified version of my code:
My questions are:
Is there a known issue or bug with partiallyRenderComponentsAfterStateUpdated that would cause this null error?
Am I missing a required setup to use this feature correctly?
Is there a specific way this method should be called within a Section or on a Select component?
0 Replies