kibana/packages/kbn-visualization-ui-components
Marco Liberati 8902e06ae6
[Lens] Fix reference line width stale update (#184414)
## Summary

Fixes #182775

Prevents stale update on line width update.
I suspect the root problem there was due to this commit
0657a08651 applied for too many
re-renderings within the annotation panel. I've removed the fix there
and used a `useMemo` for the `currentConfig` prop in the parent
component to stabilize the object reference on change.

I've profiled the renderings with the React profiler without noticing
any particular issue.
2024-06-05 10:07:13 +02:00
..
components [Lens] Fix reference line width stale update (#184414) 2024-06-05 10:07:13 +02:00
index.ts [ESQL] Add chart switch (#177790) 2024-03-08 20:14:16 +01:00
jest.config.js [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
kibana.jsonc [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
package.json [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
README.md [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
tsconfig.json [ESQL] Add chart switch (#177790) 2024-03-08 20:14:16 +01:00
types.ts [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
util.ts [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00

@kbn/visualization-ui-components

A set of components for interacting with visualizations. In practice, this is a place to put Lens components we want available outside of Lens.