- Map is not a function? Props are either named incorrectly or not getting passed down properly.
- Keep in mind props (for ui component) vs this.props (stateful component)
- Did you bind your function?
- To access value on forms without keeping track of it on state, we can use event.target.property.value
- When you're doing a map, remember to return inside the map, and remember to set a key!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sheet id 5148189662701444 | |
columns: | |
[ { id: 5631893115824004, | |
index: 0, | |
title: 'id', | |
type: 'TEXT_NUMBER', | |
primary: true, | |
validation: false, | |
width: 150 }, |