Describe the bug
When you define the blockClass as an array in the search-result-layout.mobile block, VTEX crashes. The link below contains GPT’s explanation of the console error returned in Chrome. I’m not sure why, but this block doesn’t accept multiple classes defined in the "blockClass" prop when passed as an array.
https://chatgpt.com/share/68f7d22c-df20-8008-a5e3-688c16f0dd57
To Reproduce
Steps to reproduce the behavior:
- Use "search-result-layout.mobile" block (mobile responsive);
- Add a blockClass prop anywhere, and include more than one class using an array;
- Example: "blockClass": ["search-content", "search-content-bf"];
- When you link the app to test, VTEX will throw an error like the one shown in the attached screenshot.
Screenshots

Expected behavior
It should work properly with multiple classes defined in the "blockClass" prop.
Mobile environment:
Tested only on iPhone 11 Pro Max and Chrome DevTools.