Error Method Filament\Forms\Components\Toggle::dehydratedWhenHidden does not exist. #381
Answered
by
awcodes
atenadadkhah
asked this question in
Q&A
-
When I click on some buttons in the editor like source code or media it throws this error Here is my code: public static function form(Form $form): Form
{
return $form
->schema([
Section::make()->schema([
TextInput::make('title')
->label('title'),
TiptapEditor::make('description')
->label('description')
->required(),
]),
]);
} What is the problem?? |
Beta Was this translation helpful? Give feedback.
Answered by
awcodes
May 11, 2024
Replies: 1 comment 5 replies
-
Try updating filament. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should definitely update then. Latest release is 3.2.76.