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

Grapher Live not working #2

Open
Herteby opened this issue Dec 8, 2017 · 1 comment
Open

Grapher Live not working #2

Herteby opened this issue Dec 8, 2017 · 1 comment

Comments

@Herteby
Copy link

Herteby commented Dec 8, 2017

I was going to use this package as a base to test GraphicalGrapherReact, but it's not working.
I haven't made any changes, just cloned it and ran npm install, which ran fine.
The home page works, although it throws Uncaught Error: Cannot find module 'brace'
When I go to Grapher Live I get

Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.

Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.

@suttersaga
Copy link

So I think it's just missing some packages...
npm install classnames --save
npm install brace

seems to make it work.

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

2 participants