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

NoSuchMethodError: the Method 'toLowerCase' was called on null #88

Open
florian-sabonchi opened this issue Jun 17, 2022 · 2 comments
Open

Comments

@florian-sabonchi
Copy link

photo_2022-06-17_16-19-23

@ebrahim2222
Copy link

did you solve it ??

@Daliseiy
Copy link

Daliseiy commented Oct 5, 2022

This error occurs when you fail to pass in display as a property in your data. When passing your data, you need to provide two required properties id & display both are String. Example -

data: [
        {
          "id": "61as61fsa",
          "display": "fayeedP",
          "photo": "https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg"
        },
      
      ],

Excluding id or display will cause an error which is what you are experiencing.

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

3 participants