Hi. I'm trying to use https://github.com/gadfly361/baking-soda from a shadow-cljs project and am getting the build error.
The required namespace "cljsjs.reactstrap" is not available, it was required by "baking_soda/core.cljs"
I also followed as much I could shadow-cljs documentation. https://shadow-cljs.github.io/docs/UsersGuide.html#cljsjs Any tips this? @gadfly361better asked in #shadow-cljs
@peter005 Please take a look at this section of shadow: https://shadow-cljs.github.io/docs/UsersGuide.html#cljsjs I you'll need to add reactstrap to shadow-cljsjs
👍