mafintosh / is-my-json-valid

A JSONSchema validator that uses code generation to be extremely fast
MIT License
965 stars 111 forks source link

Cannot read property 'concat' of undefined #154

Closed kmlamplia closed 6 years ago

kmlamplia commented 6 years ago

Hello, I updated my project with the last version, and it has a error

Cannot read property 'concat' of undefined at visit path/node_modules/is-my-json-valid/index.js:366:69) at path/node_modules/is-my-json-valid/index.js:416:9 at Array.forEach (native) at visit (path/node_modules/is-my-json-valid/index.js:409:18) at path/node_modules/is-my-json-valid/index.js:543:9 at Array.forEach (native)

LinusU commented 6 years ago

Hello, this was an error in version 2.17.0 and has now been fixed in 2.17.1, see #149 for more details. Sorry for any inconvenience.