elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.6k stars 8.21k forks source link

Code editor stories are faulty #175196

Open eokoneyo opened 9 months ago

eokoneyo commented 9 months ago

Kibana version: main

Describe the bug:

Steps to reproduce:

  1. start the shared ux storybook like so; yarn storybook shared_ux
  2. navigate to code editor stories, select JSON support
  3. type the word version, it does not provide autocomplete options for this property already defined in the schema for the custom JSON editor

Expected behavior:

Screenshots (if relevant):

https://github.com/elastic/kibana/assets/7893459/d8bd187b-ac5b-4f9c-a55a-878fb96f5580

Errors in browser console (if relevant):

Any additional context: This is happening because the worker that should be spun off to handle text autocompletion is unable to initialise, see the logs displayed by the right of video attached.

elasticmachine commented 9 months ago

Pinging @elastic/appex-sharedux (Team:SharedUX)

petrklapka commented 1 month ago

@eokoneyo - would you consider this a good first issue for our new hires?

eokoneyo commented 1 week ago

@eokoneyo - would you consider this a good first issue for our new hires?

Hey Petr... I missed this, I'd say so. It would definitely give insights into understanding what we own, and how storybook ties into it, especially that we've been trying to get improve it's adoption.