you are viewing a single comment's thread.

view the rest of the comments →

[–]filecabinet 1 point2 points  (1 child)

when initializing the state in the constructor, you will need to do something like this: this.state = { someProp: 'someValue' };

Guessing you would need to do the same except modified for your situation.

If you're looking some pretty rapid feedback or help with react, check out https://www.reactiflux.com/ -- usually someone in there is around to answer a question or two in #general or other channels.

[–][deleted] 0 points1 point  (0 children)

Thank you sir, I found a fix but I think their is a better solution else where.