StefanR23

Results 2 comments of StefanR23

Until dependencies are removed and if you are working with webpack there is polyfill https://github.com/Richienb/node-polyfill-webpack-plugin

And if you embed this into another schema within `$defs` you must not use 'nullable' (8.17.1) e.g. ``` $defs : { xyz: { properties: { value : { oneOf: [schema]...