Hello, I am running into a strange issue when trying to use a repeater field that has a "post" type select field in it. The options load correctly in the right pane but I get an error
r.replace is not a function from https://devsite.local/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-blocks/assets/build/index.js?ver=bbaf90a48bd595592798
return r = r.replace(/<InnerBlocks([\s\S]*?)>/g, "<InnerBlocks$1></InnerBlocks>"),
I wanted to report this in case anyone else is having issues getting their block preview to display properly. I keep getting an "This block has encountered an error and cannot be previewed." after typing a post name in and selecting it. Prior to selecting anything, I get a "Error loading block: The response is not a valid JSON response."
Haven't made any changes to our block theme code in a long time and it was working fine. Just updated to WordPress 6.7.1 recently but tried rolling it back and still getting the error so it must be a recent MB Blocks Update that caused it.
I'm not sure how I can debug it any further than what I am seeing in the console.