Replies: 0
I’m having a hard time developing gutenberg block.
AMP is enabled in my WordPress plug-in, so that my posts have AMP Page and non-AMP
The Gutenberg Block I developed is a search box that references custom scripts, which works well on non-AMP pages
But this doesn’t work in AMP pages.I don’t know how to modify my Gutenberg block to support AMP
Here is the core of my code, can someone tell me what to do?