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 ![]()
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)