Radicle: Add @types/wordpress__block-editor

I am getting a warning in the file “resources/scripts/editor/modal.block.tsx”
TS2307: Cannot find module ‘@wordpress/block-editor’ or its corresponding type declarations.

Solved it by adding types
npm i -D @types/wordpress__block-editor

1 Like

Thanks for the topic! FYI this was added to v1.2.0 from https://github.com/roots/radicle/pull/56

1 Like