You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I added your package in my project I got below error.
TypeError: undefined is not an object (evaluating 'l.Name.toLocaleLowerCase')
When I used your top20.json it works, but if I used my own json I got above error.
Your json is like
[{"Name": "Åland Islands","Value": "Åland Islands","Code": "AX","Id": 1 }]
and my json is like
[{"id":1,"city":"Kolkata","type":"Metro","city_class":"A","state":"West Bengal","state_id":2,"type_id":"M"}]
The text was updated successfully, but these errors were encountered:
After I added your package in my project I got below error.
TypeError: undefined is not an object (evaluating 'l.Name.toLocaleLowerCase')
When I used your top20.json it works, but if I used my own json I got above error.
Your json is like
[{"Name": "Åland Islands","Value": "Åland Islands","Code": "AX","Id": 1 }]
and my json is like
[{"id":1,"city":"Kolkata","type":"Metro","city_class":"A","state":"West Bengal","state_id":2,"type_id":"M"}]
The text was updated successfully, but these errors were encountered: