You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get this package to work with a simple app I'm making.
So far, I've run the install commands: meteor add meteoreact:accounts meteor add meteoreact:accounts-semantic
Here are relevent snippets of code I'm using: import AccountsReactComponent from 'meteor/meteoreact:accounts-semantic' ... <AccountsReactComponent state='signUp' />
Here is the full error message I'm getting:
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of 'NavbarA'. in NavbarA (created by App)
I'm trying to get a Modal popup (using React-Bootstrap) to display the sign-up page from this package.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get this package to work with a simple app I'm making.
So far, I've run the install commands:
meteor add meteoreact:accounts meteor add meteoreact:accounts-semantic
Here are relevent snippets of code I'm using:
import AccountsReactComponent from 'meteor/meteoreact:accounts-semantic' ... <AccountsReactComponent state='signUp' />
Here is the full error message I'm getting:
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of 'NavbarA'. in NavbarA (created by App)
I'm trying to get a Modal popup (using React-Bootstrap) to display the sign-up page from this package.
The text was updated successfully, but these errors were encountered: