import Messages from "meteor/nova:core"; const Flash = React.createClass({ componentDidMount() { Messages.markAsSeen(this.props.message._id); }, render() { return (