cljsjs

2019-04-04T20:24:54.003400Z

hey all, quick q about how exactly to get a cljsjs dep working in my project. per https://github.com/cljsjs/packages/tree/master/react-beautiful-dnd I’ve added [cljsjs/react-beautiful-dnd "10.0.4-0"] to my project’s dependencies. unfortunately, trying to (:require [cljsjs.react-beautiful-dnd :as dnd]) in my ns declaration isn’t working. any ideas what I might be missing? I would think the deps.clj would provide the necessary foreign lib information, but that doesn’t seem to be happening