Open eokoneyo opened 9 months ago
Pinging @elastic/appex-sharedux (Team:SharedUX)
@eokoneyo - would you consider this a good first issue for our new hires?
@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.
Kibana version: main
Describe the bug:
Steps to reproduce:
yarn storybook shared_ux
version
, it does not provide autocomplete options for this property already defined in the schema for the custom JSON editorExpected behavior:
version
, there should already be autocomplete options for this word as its a known property for this specific editor instance, and likewise there should be suggestions for it's values.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.