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
/Users/vursen/dev/vaadin/react-components/node_modules/json-schema-to-typescript/dist/src/parser.js:22
ast.params.push(parseAsTypeWithCache(schema, type, options, keyName, processed, usedNames));
^
TypeError: Cannot read properties of undefined (reading 'push')
at /Users/vursen/dev/vaadin/react-components/node_modules/json-schema-to-typescript/dist/src/parser.js:22:24
at Set.forEach (<anonymous>)
at parse (/Users/vursen/dev/vaadin/react-components/node_modules/json-schema-to-typescript/dist/src/parser.js:21:15)
at /Users/vursen/dev/vaadin/react-components/node_modules/json-schema-to-typescript/dist/src/parser.js:305:14
at /Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:3585:27
at /Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:4967:15
at baseForOwn (/Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:3032:24)
at /Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:4936:18
at baseMap (/Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:3584:7)
at map (/Users/vursen/dev/vaadin/react-components/node_modules/lodash/lodash.js:9622:14)
The text was updated successfully, but these errors were encountered:
Starting from version 15.0.0, parsing the web types schema with the following script:
throws the error:
The text was updated successfully, but these errors were encountered: