Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List findValue is not a function #236

Open
frenzymind opened this issue Mar 23, 2020 · 0 comments
Open

List findValue is not a function #236

frenzymind opened this issue Mar 23, 2020 · 0 comments

Comments

@frenzymind
Copy link

frenzymind commented Mar 23, 2020

Hello.
"collections": "5.1.9"
Try to use list:

const List = require('collections/list');
const dialList = new List();
dialList.push('123);
const action = dialList.findValue('123');

But I see in console that th sis not a function.
Caught exception: TypeError: dialList.findValue is not a function

What can I do with this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant