question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Key/Label extractors of data blank labels

See original GitHub issue

I copy/paste the next example, but looks like the label is blank, i can get the data but is not showing on the modal.


this.setState({data: [{ id: 5, name: 'Red Apples' }]});

return (
  <ModalSelector
     data={this.state.data}
     keyExtractor= {(item) => item.id}
     labelExtractor= {(item) => item.name}/>
);

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
mikaellocommented, Mar 29, 2018

I updated this package to v0.0.26 now, so you should be able to download that version from NPM to use the key/label extractor feature.

1reaction
Diego-Fucommented, Mar 28, 2018

@sinapcs i did rm -rf node_modules and reinstall again, still not working ):

Read more comments on GitHub >

github_iconTop Results From Across the Web

The TABULATE Procedure : KEYLABEL Statement
Labels a keyword for the duration of the PROC TABULATE step. PROC TABULATE uses the label anywhere that the specified keyword would otherwise...
Read more >
Retrieval and Display of Encryption Labels From ... - Google.vu
A method, system and program are provided for the retrieval of key label codes enabling access to encrypted data in a storage cartridge....
Read more >
LobbyGuard Assist
Labels for as many visitor types as needed can be created, and ... LobbyGuard Assist instantly checks visitors against the following data sources:....
Read more >
Learning Extractors from Unlabeled Text using Relevant ...
apply database field labels to unlabeled data, on which train- ing is then performed. ... empty. We build robust statistical models to learn...
Read more >
XML File Formats - Property Graph - Oracle Help Center
... property named number and each edge has a string property named label . ... </node> <edge target="2" source="1"> <data key="label">this graph</data> ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found