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?