When I set up a new vite project using the lit-ts template, and using this component while installing @open-wc/form-control I am getting the following error.
Uncaught (in promise) Error: The following properties on element fd-input will not trigger updates as expected because they are set using class fields: value. Native class fields and some compiled output will overwrite accessors used for detecting changes. See https://lit.dev/msg/class-field-shadowing for more information.
at Input.performUpdate (reactive-element.ts:1275:17)
at Input.scheduleUpdate (reactive-element.ts:1234:17)
at Input.__enqueueUpdate (reactive-element.ts:1206:25)
Expected Behavior
The component works just fine as it does in this Demo
Actual Behavior
The app is just showing nothing instead and throws the above mentioned error
Reproducing
When I set up a new vite project using the
lit-ts
template, and using this component while installing@open-wc/form-control
I am getting the following error.🐛 Reproduced Error Demo
Error
Expected Behavior
The component works just fine as it does in this Demo
Actual Behavior
The app is just showing nothing instead and throws the above mentioned error