Error rendering react-bootstrap components – Twitter bootstrap
I have recently migrated from using twitter-bootstrap in react classes to using react-bootstrap. I wanted to test out react-bootstrap Navbar. My code is as: import React from 'react'; import { Link } from 'react-router'; import Radium from 'radium'; import Grid…