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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: