@wordpress/block-editor
Version:
8 lines (7 loc) • 640 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/components/block-list/block-crash-warning.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\n\n/**\n * Internal dependencies\n */\nimport Warning from '../warning';\n\nconst warning = (\n\t<Warning className=\"block-editor-block-list__block-crash-warning\">\n\t\t{ __( 'This block has encountered an error and cannot be previewed.' ) }\n\t</Warning>\n);\n\nexport default () => warning;\n"],
"mappings": ";AAGA,SAAS,UAAU;AAKnB,OAAO,aAAa;AAGnB;AADD,IAAM,UACL,oBAAC,WAAQ,WAAU,gDAChB,aAAI,8DAA+D,GACtE;AAGD,IAAO,8BAAQ,MAAM;",
"names": []
}