kibana/examples/embeddable_examples
Nathan Reese 5a3c2c0f05
[embeddable] fix race condition in useStateFromPublishingSubject (#216522)
Related to https://github.com/elastic/kibana/pull/216399

PR
* updates `useStateFromPublishingSubject` to require `subject`, thus,
removing complexities of setting up subscription when `subject` is
optionally provided.
* Updates `useStateFromPublishingSubject` to setup subscription with
`useMemo` to avoid timing issues.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-04-03 09:35:59 -06:00
..
public [embeddable] fix race condition in useStateFromPublishingSubject (#216522) 2025-04-03 09:35:59 -06:00
kibana.jsonc
README.md
tsconfig.json [Embeddable] EUI Visual Refresh Integration (#204452) 2024-12-19 10:12:09 -08:00

Embeddable examples

This example plugin exists to support the embeddable_explorer app.