Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Externs with v-box and radio buttons #67

Closed
coyotespike opened this issue Oct 10, 2015 · 1 comment
Closed

Externs with v-box and radio buttons #67

coyotespike opened this issue Oct 10, 2015 · 1 comment

Comments

@coyotespike
Copy link

First, thanks so much for creating re-com. I'm a huge fan of re-frame, and while I'm using a bunch of widgets from Flat UI, the components from re-com are really nice to use, and I'll probably start using them more in the future.

I used h-box and radio buttons in my app, which I'm moving into production. It works great with lein figwheel, but after advanced compilation those pages won't load with TypeError: GO.mh is undefined.

I am pretty sure this is an externs issue. I've included the Bootstrap externs js file, but no joy. Do you have any tips or tricks for dealing with this?

@coyotespike coyotespike changed the title Externs with radio buttons Externs with v-box Oct 10, 2015
@coyotespike coyotespike changed the title Externs with v-box Externs with v-box and radio buttons Oct 10, 2015
@coyotespike
Copy link
Author

Actually, I was able to fix it by including [cljsjs/bootstrap "3.3.5-0"] in my project.clj dependencies, and (:require clsjs.bootstrap) in each namespace in which I used re-com components. Whew!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant