Extending profile page throws an exception: Unable to find component: [app.filament.pages.auth.edit-profile]
#15374
Labels
[app.filament.pages.auth.edit-profile]
#15374
Package
filament/filament
Package Version
3.2.133
Laravel Version
11.38.2
Livewire Version
3.5.12
PHP Version
8.4.3
Problem description
I'm trying to extend profile form page via https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features documentation. I did exactly the same as the example in the document, but it still gives an error: Unable to find component:
[app.filament.pages.auth.edit-profile]
Expected behavior
The custom profile page should not give any errors.
Steps to reproduce
Follow the
Customizing the authentication features
section in the https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-featuresAnd go to profile page and type any password and wait 500ms (since 500ms debounce). You'll get the error.
Clue about the issue, maybe you have an idea: Error is gone when removed the
->live()
method ingetPasswordFormComponent()
method.Reproduction repository (issue will be closed if this is not valid)
https://github.com/filamentphp/demo
Relevant log output
The text was updated successfully, but these errors were encountered: