I downloaded this and opened up a React based project that uses functions and not classes. I'm not seeing the sideways facing arrows to show the call stack of the function I'm looking at and have my cursor in - the functions that call the function I'm looking at and the functions that reference the function I'm looking at. It seems the sideways arrows in the demo only appear for class based methods and not plain func…
Are you using JSX components? I'll try to repro this on my end.