UNPKG

@wordpress/block-editor

Version:
20 lines (16 loc) 295 B
/** * WordPress dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import Warning from '../warning'; const warning = ( <Warning message={ __( 'This block has encountered an error and cannot be previewed.' ) } /> ); export default () => warning;