I’ve been building a library of custom blocks using ACF Blocks. They work as expected in the standard Gutenberg editor.
However, when I attempt to use these blocks in the Full Site Editor, no JavaScript is being loaded inside the editor in the iFrame, which is how sites load when in FSE.
At first, I thought this was an ACF issue, but then I tried manually embedding the JavaScript inline.
When I inspect it in the DOM, the Script is removed.
Has anyone else come across this issue? And is there a way around this with ACF?
This limitation essentially makes FSE unusable as far as custom blocks are concerned.