-
Notifications
You must be signed in to change notification settings - Fork 188
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
Issue in render method for teammates view #10
Comments
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. Check the render method of |
I don't reproduce this issue, so it would be better to have a piece of code to understand what's happening on your implementation. |
// @flow weak import React, { var self = '';
};
} enterAnimationTimer = null; state = {
}; componentWillMount() { }else{
}
var dt = JSON.parse(localStorage.data); } var edtemp_flag = JSON.parse(localStorage.editemployee);
componentWillUnmount() {
axios.get(apiBaseUrl+'admin/employees?companyId='+dtn.user.companyId, headers).then(res1 =>{
}
} cnfrmdelete = (emp_id) => {
}
};
} TeamMatesView.propTypes= { export default TeamMatesView; This is a piece of code for teammates.js |
Hi Team,
We are getting the issue in render method of teammatesview. please check and advice.
The text was updated successfully, but these errors were encountered: