-
Notifications
You must be signed in to change notification settings - Fork 993
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
Bug in generic form example. #99
Comments
I came across this, while searching for react or vue examples. If this is a left over legacy code, please consider deleting, so people can avoid wasting time. Here is the error log from camunda-vue-app "yarn install" - just the tail end of errors
|
Were you able to solve this problem? |
nop. Perhaps stale repo. |
https://github.com/camunda-consulting/code/blob/4a62d4b44efb126b50f22a6f17273c7c98f8b6da/snippets/camunda-tasklist-examples/camunda-react-app/src/components/GenericForm.js#L6
×
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, or you might have mixed up default and named imports.
Check the render method of
GenericForm
.The text was updated successfully, but these errors were encountered: