FlowingCode/AppLayoutAddon

Compilation error with Vaadin 23.3.0

javier-godoy opened this issue · 0 comments

 ERROR in frontend/generated/jar-resources/fc-applayout/fc-fusion-layout.ts:27:31
 TS2307: Cannot find module '@hilla/frontend' or its corresponding type declarations.
     25 | import * as menuItemEndpoint from '@vaadin/flow-frontend/generated/MenuEndpoint';
nt/MenuItemDto';
   > 27 | import { EndpointError } from '@hilla/frontend';
        |                               ^^^^^^^^^^^^^^^^^
     28 | import { Router } from '@vaadin/router';
     29 |
     30 | @customElement('fc-fusion-layout')