Running the latest version of GeneratePress and GP Premium, and all Gutenberg blocks are now showing up as text, like;
<!-- wp:paragraph -->
<p>Bla bla</p>
<!-- /wp:paragraph -->
The console is giving two warnings;
<em>Button isDefault prop is deprecated. Please use isSecondary instead.
[DOM] Found 2 elements with non-unique id #_wpnonce: (More info: https://goo.gl/9p2vKq) <input type="hidden" id="_wpnonce" name="_wpnonce" value="bfba76f940"> <input type="hidden" id="_wpnonce" name="_wpnonce" value="56fcd79998"></em>
Any idea how to fix this and have the blocks working again?
Thanks!