quri / react-bootstrap-datetimepicker

[DEPRECATED] A react.js datetime picker for bootstrap
http://dev.quri.com/react-bootstrap-datetimepicker/
MIT License
365 stars 292 forks source link

Installed Glyphicon but still getting errors related #185

Open LucasArruda opened 8 years ago

LucasArruda commented 8 years ago

Error in console is:

Safari TypeError: undefined is not an object (evaluating 's(4).Glyphicon')

Chrome Uncaught TypeError: Cannot read property 'Glyphicon' of undefined

Installed gem 'rails-assets-sass-bootstrap-glyphicons' from https://rails-assets.org .

Also using:

gem 'bootstrap-sass'
gem 'sass-rails', '~> 5.0'

Am I doing something wrong. Do I need something or could I not use glyphicons?

Thanks!