AshishKapoor opened a new issue #11946: URL: https://github.com/apache/druid/issues/11946
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). Example git line https://github.com/apache/druid/blob/29710789a438bd2c16bf2d1e556b96f8ccb57611/web-console/src/entry.ts#L106 ### Affected Version Latest The Druid version where the problem was encountered. ### Description TypeScript error on `KeyboardEvent.keyCode` method [Deprecation](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode) . It should be replaced with the new and correct method as per the web standards. I believe `KeyboardEvent.code` [method](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code) should be used instead. Please include as much detailed information about the problem as possible. ``` 1. typescript: 'keyCode' is deprecated. [6385] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
