Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: React.createElement: type is invalid #20

Open
wenjammin opened this issue Jul 13, 2019 · 0 comments
Open

Warning: React.createElement: type is invalid #20

wenjammin opened this issue Jul 13, 2019 · 0 comments

Comments

@wenjammin
Copy link

wenjammin commented Jul 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant