Open wheredoesyourmindgo opened 8 years ago
i can't seem to figure out why I'm getting this error within the browser. I'll point out that I'm using babel and browserify.
import $ from 'jquery'; import Checkbox from 'semantic-ui-checkbox'; $.fn.checkbox = Checkbox;` $('super-selector').checkbox('check');
i can't seem to figure out why I'm getting this error within the browser. I'll point out that I'm using babel and browserify.