Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active September 22, 2019 14:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vanaf1979/dc1f37c77b40fcf77bfaea98a972d52d to your computer and use it in GitHub Desktop.
Gist for my tutorial: Building a Gutenberg sidebar plugin Part 4: Adding form components. https://vanaf1979.nl/building-a-gutenberg-sidebar-plugin-part-4-adding-form-components/
export default compose([
withDispatch(( dispatch , props ) => {
return { }
}),
withSelect(( select , props ) => {
return { };
}),
])( BrowserTitleField );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment