Locale-Codes icon indicating copy to clipboard operation
Locale-Codes copied to clipboard

Uncaught TypeError: Cannot read properties of null (reading 'toLowerCase')

Open missinglink opened this issue 1 year ago • 1 comments

node
Welcome to Node.js v21.7.3.
Type ".help" for more information.

> const locale = require('locale-codes')
undefined

> locale.where('iso639-1', 'en')
Uncaught TypeError: Cannot read properties of null (reading 'toLowerCase')
    at /Users/peter/code/missinglink/places/node_modules/locale-codes/index.js:51:42
    at Array.find (<anonymous>)
    at Object.where (/Users/peter/code/missinglink/places/node_modules/locale-codes/index.js:51:13)

missinglink avatar May 29 '24 20:05 missinglink

I changed locally the line you changed, but the error still remains.

Shatlyk1011 avatar Sep 03 '24 08:09 Shatlyk1011