Hi
I am using vaadin 23.3.5. I am unable to use the Fluidmeter component.
I got the following error:
[TypeScript]
Variable 'context' implicitly has type 'any' in some locations where its type cannot be determined.
.../webapp/frontend/generated/jar-resources/FluidMeter.ts:21:7
19 | */
20 | createInstance() {
> 21 | var context;
| ^^^^^^^
22 | var targetContainer;
23 |
24 | var time = null;