Create new TypeScript Express app.
Start profiling.
Refresh browser about a dozen times.
Stop the node.js process.
In the summary view, you should see the index function, along with a few others. Clicking on them doesn't do anything. In a Node.js Express app (not TypeScript), clicking on the functions navigates to a different view. Here, clicking on any of the blue links in the screenshot below does nothing.
Edit: I've seen the issue in non-TypeScript as well.

Start profiling.
Refresh browser about a dozen times.
Stop the node.js process.
In the summary view, you should see the index function, along with a few others. Clicking on them doesn't do anything. In a Node.js Express app (not TypeScript), clicking on the functions navigates to a different view. Here, clicking on any of the blue links in the screenshot below does nothing.
Edit: I've seen the issue in non-TypeScript as well.
