Jump to definition doesn't seem to work on the following jsx: `<CuratedResources />` Source code: ```rescript module CuratedResources = { @react.component let make = () => { <section className="" /> } } ``` <img width="374" alt="image" src="https://user-images.githubusercontent.com/10634678/118106395-db1a2480-b3dd-11eb-9e75-db6e5f2f2953.png">