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

Unrecognised shape provided to GraphNode raises uncaught exception #476

Open
foot opened this issue May 21, 2019 · 0 comments
Open

Unrecognised shape provided to GraphNode raises uncaught exception #476

foot opened this issue May 21, 2019 · 0 comments
Labels
bug Broken end user or developer functionality; not working as the developers intended it

Comments

@foot
Copy link
Contributor

foot commented May 21, 2019

Stack

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, or you might have mixed up default and named imports.

Check the render method of `GraphNodeStatic`.
    in GraphNodeStatic (created by Motion)
    in g (created by Motion)
    in Motion (created by GraphNode)
    in GraphNode (created by WorkloadNode)

A nice warning too:

Warning: Failed prop type: Invalid prop shape of value dottedtriangle supplied to GraphNode, expected one of ["circle","cloud","cylinder","dottedcylinder","heptagon","hexagon","octagon","pentagon","sheet","square","triangle"].

@foot foot added the bug Broken end user or developer functionality; not working as the developers intended it label May 21, 2019
@foot foot changed the title Unrecognised shape provided to GraphNode raises uncaught exeception Unrecognised shape provided to GraphNode raises uncaught exception May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Projects
None yet
Development

No branches or pull requests

1 participant