///
/**
* Call useEditController and put the value in a EditContext
*
* Base class for components, without UI.
*
* Accepts any props accepted by useEditController:
* - id: The record identifier
* - resource: The resource
*
* @example // Custom edit layout
*
* const PostEdit = props => (
*
*
*
*
* ...
*
*
*
* Edit instructions...
*
*
*