Custom button block doesn’t work
I’d recommend looking at how the existing Button component works to get a sense of how Gutenberg does things. Specifically it uses a <RichText/> component (instead of a native <input>) which allows you to specify the tag name while also supporting user input. Generally I’d advice against using <input> elements whenever possible. WordPress makes available … Read more