Missing dependency in search path when using dynamic import

Has anyone encountered this before? As soon as I use Js.import() I get this error. Rescript v11. No idea where to begin debugging this. Thanks :pray:

What’s the error message?

Oh sorry, it’s

Missing dependency X in search path

where X is Js.import(X.make) (following the lazy component docs)