Here's the code I have, and cmd+click on SectionHeader, the tool jumps to React.re on line 3. ```rescript <> <SectionHeader> {ReasonReact.string(heading)} </SectionHeader> </> ```