How to wrap the Gutenberg editor in a custom React component?

Motivation

For the custom Gutenberg blocks I’m creating, I’d like to use React components from a third party UI library. These components depend on a shared ContextProvider being available somewhere high up in the component tree.

Problem

How to wrap the Gutenberg editor (within WordPress, if that makes any difference) in a ContextProvider, or any other component for that matter?

0

Leave a Comment