kibana/examples
Anton Dosov 3b1d0e0c6b
[State Management] ScopedHistory support for state syncing utils (#62761)
The needed change is to rely on history as source of truth for location instead of window.location.

btw, This makes possible to test state syncing utils integration using createMemoryHistory()

One issue was discovered after this change:
When switching from context to discover url was incorrect. history.location inside state syncing utils didn't get the last update. This happened, because history instance created in discover wasn't used in context app and when all listeners unsubscribed from it - it stopped receiving location updates. To fix this I just reused one history instance in discover, context and their kbnUrlTracker
2020-04-21 13:53:17 +02:00
..
alerting_example Adding PagerDuty icon to connectors cards (#60805) 2020-03-31 13:41:00 -04:00
bfetch_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
demo_search
embeddable_examples Refactor saved object types to use namespaceType (#63217) 2020-04-16 14:37:55 -04:00
embeddable_explorer Add embeddable via saved object example (#61692) 2020-04-15 11:10:20 -04:00
search_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
state_containers_examples [State Management] ScopedHistory support for state syncing utils (#62761) 2020-04-21 13:53:17 +02:00
ui_action_examples Revert "Drilldowns (#59632)" (#61136) 2020-03-24 16:22:11 -05:00
ui_actions_explorer Revert "Drilldowns (#59632)" (#61136) 2020-03-24 16:22:11 -05:00
url_generators_examples update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
url_generators_explorer update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
README.md

Example plugins

This folder contains example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples