AdvancedNodeStarter icon indicating copy to clipboard operation
AdvancedNodeStarter copied to clipboard

'state' is not defined

Open orassr opened this issue 7 years ago • 3 comments

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 };

orassr avatar May 24 '18 14:05 orassr

it runs after I addeded empty cotructor () , not sure if it is the right solution

class BlogNew extends Component { cotructor () { this.state = { showFormReview: false } }

orassr avatar May 24 '18 14:05 orassr

corrected the issue. Please refer to the PR. https://github.com/StephenGrider/AdvancedNodeStarter/pull/10

Gaurav2048 avatar Jun 13 '20 13:06 Gaurav2048

playerData' is not defined no-undef

Search for the keywords to learn more about each error.

happy149 avatar Mar 01 '21 14:03 happy149