• Wraps a block component with the params from the URL. This is needed as React Router doesn't pass the params to the component as of v6. Also handles updating of the page title as needed

    Parameters

    Returns null | ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<BlockWrapperProps>
displayName?: string
propTypes?: WeakValidationMap<BlockWrapperProps>

Generated using TypeDoc