I tried to migrate the Simple App (Vaadin Starters) to V14 beta1. The application starts up as normal (beside the bower / npm warning).
After logging in, the UI gets redirected to the default page. There the grid is missing and a bunch of error messages pop up.
Some console error examples (Chrome)
client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196 TypeError: Cannot read property 'ItemCache' of undefined
KB @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196
gridConnector.js:11 Uncaught TypeError: Cannot read property 'ItemCache' of undefined
at gridConnector.js:11
client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:983 Exception is thrown during JavaScript execution. Stacktrace will be dumped separately.
qt @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:983
client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196 (TypeError) : Cannot read property 'initLazy' of undefined
KB @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196
...
I want to chime in and say that I am encountering this issue as well and posted about it on the Fourm.
I had the same problem with 14.beta1, and I found a workaround in the pom.xml example
@ericmartinezr works as a temporary solution, thanks for the idea :)
https://github.com/vaadin/vaadin-grid-flow/pull/650 should solve this