-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I get this error when using with Meteor 1.6.1 and FlowRouter, using the following code:
import { Accounts } from 'meteor/std:accounts-ui';
...
FlowRouter.route("/login", {
action(params) {
mount(AppLayout, {
content: <Accounts.ui.LoginForm />
});
}
});
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
in Unknown
in div (created by AppLayout)
in AppLayout
hitch90, chrisbobbe, peernohell, Kiel-H-Byrne, apaleslimghost and 11 more
Metadata
Metadata
Assignees
Labels
No labels