Relevant code or config:
const urlTitle: string = title.replaceAll(' ', '-');
What you did:
Testing a product list page
What happened:
TypeError: title.replaceAll is not a function
Problem description:
replaceAll function not being recognised, but replace function is fine