Closed designerbrent closed 3 years ago
When running npm run i18n:update-pot on the most recent version of the ALPS Gutenberg Blocks module, the following error shows in the terminal:
npm run i18n:update-pot
ALPS Gutenberg Blocks
./src/blocks/media-block/components/edit.js:231: warning: RegExp literal terminated too early ./src/blocks/media-block/components/save.js:68: warning: unterminated string ./src/blocks/cta/block.js:269: warning: unterminated string ./src/blocks/gallery/block.js:81: warning: unterminated string ./src/blocks/gallery/block.js:101: warning: RegExp literal terminated too early ./src/blocks/image-2up/block.js:81: warning: RegExp literal terminated too early ./src/blocks/image-breakout/block.js:79: warning: unterminated string
I think this can be closed.
When running
npm run i18n:update-pot
on the most recent version of theALPS Gutenberg Blocks
module, the following error shows in the terminal: