AdvancedNodeStarter
AdvancedNodeStarter copied to clipboard
'state' is not defined
Failed to compile ./src/components/blogs/BlogNew.js Line 8: 'state' is not defined no-undef
Search for the keywords to learn more about each error. This error occurred during the build time and cannot be dismissed.
BlogNew.js ,
Seems like it did not liked the
state = { showFormReview: false };
it runs after I addeded empty cotructor () , not sure if it is the right solution
class BlogNew extends Component { cotructor () { this.state = { showFormReview: false } }
corrected the issue. Please refer to the PR. https://github.com/StephenGrider/AdvancedNodeStarter/pull/10
playerData' is not defined no-undef
Search for the keywords to learn more about each error.