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
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Error: /demo/app/ui/ThreadListPanel.js: We don't know what to do with this node type. We were previously a Statement but we can't fit in here?
at NodePath.insertAfter (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/path/modification.js:150:13)
at NodePath.ClassDeclaration (/demo/node_modules/babel-plugin-react-class-display-name/lib/index.js:15:26)
at NodePath.call (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/path/context.js:56:28)
at NodePath.visit (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/path/context.js:90:8)
at TraversalContext.visitSingle (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/context.js:132:12)
at TraversalContext.visit (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/context.js:148:19)
at Function.traverse.node (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/index.js:76:17)
at NodePath.visit (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/path/context.js:107:26)
at TraversalContext.visitMultiple (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/context.js:108:16)
at TraversalContext.visit (/demo/node_modules/babelify/node_modules/babel-core/lib/traversal/context.js:146:19)
The text was updated successfully, but these errors were encountered:
If you only have a single class in a file, it's convenient to export it during definition:
Which will throw:
The text was updated successfully, but these errors were encountered: