As soon as I use `Js.import()` I get this error: ``` Missing dependency X in search path. ``` where `X` is `Js.import(X.make)` (following the [lazy component docs](https://rescript-lang.org/docs/react/lazy-components)). Full minimal repro here: https://github.com/benadamstyles/rescript-js-import-repro. Short forum discussion [here](https://forum.rescript-lang.org/t/missing-dependency-in-search-path-when-using-dynamic-import/7034/2).