The last step in the journey is to update the meta field when the input content changes. To do that, you'll use another utility from the @wordpress/data package, withDispatch. withDispatch works ...
Now that the field is available in the editor store, it can be surfaced to the UI. The first step will be to extract the input control to a separate function so you can expand its functionality while ...