Closed stefanuebe closed 2 years ago
See https://github.com/vaadin-component-factory/vcf-enhanced-dialog/issues/4.
Seems like the old module "vaadin-dialog" is not referencing all files from "dialog" (e.g in this case the utils).
+1
+1
Edit line 8 of @vaadin-component-factory/vcf-enhanced-dialog/src/vcf-enhanced-dialog.js to read:
import { getMouseOrFirstTouchEvent } from '@vaadin/dialog/src/vaadin-dialog-utils';
This appears to fix the problem.
EnhancedDialog now supports V22 and V23 (#18), so you can close this issue. PS: it will be deprecated in later versions because the header and footer will be added to V 23.1
It seems like the EDialog is using some references, that are not there anymore in Vaadin 22?
Added the dependency to a fresh V22 starter project, used the first demo sample and tried to startup the application. This is the result: