React Autocomplete not Working properly?
Hi,
when creating a blank new project in react, and adding a very simple component, webstorm does not display the state autocomplete suggestions. It does display ~100 items in total, but not the actual 3 state items (or at least nowhere near the top).
Running Webstorm 2019.3 on a Mac. App created with create-react-app 3.3.0, node 12.9.1.

请先登录再写评论。
Known issue, https://youtrack.jetbrains.com/issue/WEB-26979 :(
Please follow it for updates
Got it, thanks Elena. I already posted almost the same example there - was just hoping that I'd get some easy fix faster through this forum - seems I'm out of luck.
Thanks anyway!