Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(locale-search): fix class fields error for inputTimeout (#12112)
### Related Ticket(s) Closes #12087 (partially, see also #12088) ### Description Fixes the following error reported when using react wrapped components: ``` Error: The following properties on element c4d-locale-search will not trigger updates as expected because they are set using class fields: inputTimeout. 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. ``` ### Changelog **Changed** - Declare `inputTimeout` class property of `ThrottledInputMixin` as abstract, relying on children to implement. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information