我成功地使用meteor来部署我的项目。但是,现在我已经将项目的所有内容复制到一个新目录中,当我运行mup deploy时,会得到以下错误:edit the .meteor/release file in the project and change it to a valid Meteor
release or 'none'我检查了一下,我的. .
我正在苦苦思索如何在react组件中等待Meteor.user()订阅。我知道用户是登录的,因为Meteor.userId()返回了_id,但尝试访问电子邮件地址时显示Meteor.user()返回了undefined。我猜是因为它现在还不能使用。可惜,由于Meteor.user()不是我手动订阅的发布,我不确定如何在React组件中等待它。谁能给我举个例子?import { Meteor } from 'meteor/meteor';
i