Hi Alejandro. Thank's for this component. I have a problem. Don't recognize

Hi Alejandro.
Thank’s for this component. I have a problem.
Don’t recognize the CustomCrudFormFactory.
I use Vaadin 14.2.2 and version 4.3.1 of component

CustomCrudFormFactory<User> formFactory = new CustomCrudFormFactory<>(User.class);
crud.setCrudFormFactory(formFactory);

Sorry, I’m not sure what you mean.

i was facing the same problem
The class name has changed, in 4.3.1, the new name is DefaultCrudFormFactory