stow-box
stow-box copied to clipboard
Linnia-box search utility returns a typeerror
When search a record using just the Data Hash : TypeError: results.map is not a function " render src/components/Search.js:77 74 | handleSubmit={this.handleSubmit} 75 | onInputChange={this.onInputChange} 76 | /> 77 | {results.map((record, i) => ( 78 | <Record 79 | record={record} 80 | key={i} "