React-bootstrap Form getValue not a function
问题 Im using Meteor 1.2.3.4 with Mantra since i have changed to the latest React-Bootstrap version yesterday and replaced my <form> and <Input> to <Form>, <FormGroup> , <ControlLabel> and <FormControl> i get the following error: login.jsx:70 Uncaught TypeError: user.getValue is not a function import React from 'react'; import {Row, Col, Panel, Button, Glyphicon, Form, FormGroup, ControlLabel, FormControl } from 'react-bootstrap'; class login extends React.Component { render() { const {error} =