UNPKG

@wordpress/block-editor

Version:
16 lines (14 loc) 445 B
import { createElement } from "@wordpress/element"; /** * WordPress dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import Warning from '../warning'; const warning = createElement(Warning, { className: "block-editor-block-list__block-crash-warning" }, __('This block has encountered an error and cannot be previewed.')); export default (() => warning); //# sourceMappingURL=block-crash-warning.js.map