You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
Mike England edited this page Mar 31, 2020
·
1 revision
It is common to see blocks in Gutenberg that use destructured global variable or as an import. At this time it is recommended to use import when possible since it is consistent with Core Gutenberg practices.
// Destructured Global Variable.const{ RichText }=wp.blockEditor;