standalone-block-editor icon indicating copy to clipboard operation
standalone-block-editor copied to clipboard

Reusable Blocks

Open patricklindsay opened this issue 4 years ago • 0 comments

Has anyone managed to implement reusable blocks? I'm attempting to do this on a fork but came across a strange issue

https://github.com/getdave/standalone-block-editor/compare/master...patricklindsay:reusable-blocks?expand=1

I've updated the packages to a release that was made on 30th Nov 2020 as this was just after the last major changes were made to Reusable blocks -

I began to follow the reusable blocks guide however when I add the following import it causes the editor to no longer be rendered but strangely does not throw any errors.

import { ReusableBlocksMenuItems } from '@wordpress/reusable-blocks';

Screenshot 2021-03-10 at 15 56 29

patricklindsay avatar Mar 11 '21 00:03 patricklindsay