Skip to content

`<Tooltip />`: Improve webapp performance

Administrator requested to merge tr/fix-tooltip-perf into main

Created by: umpox

This helps alleviate some notable performance issues due to rendering multiple <Tooltip /> components in the same React tree.

Also added an eslint rule and better docs to avoid this happening again

Further performance improvements will be investigated through: https://github.com/sourcegraph/sourcegraph/issues/29434

Merge request reports

Loading