Closed sgurjeet closed 2 years ago
File: /lib/utils/queryparams.js Line 3: new URLSearchParams(search.replaceAll('[]=', '='))
The string function 'replaceAll' is only supported in Node >= 15. This is a breaking change which is causing everything to collapse
Hi @sgurjeet, thanks for reporting. This issue is now fixed and Node.js v10.x is now used in our testing pipeline.
File: /lib/utils/queryparams.js Line 3: new URLSearchParams(search.replaceAll('[]=', '='))
The string function 'replaceAll' is only supported in Node >= 15. This is a breaking change which is causing everything to collapse