From 77d33cd163e34f740459dbfc6fde12c1321cfc5c Mon Sep 17 00:00:00 2001 From: Jorge Bernal Date: Wed, 3 Apr 2019 22:36:16 +0200 Subject: [PATCH] Remove deprecated controls plugin According to the warning, "The controls plugins is now baked-in." --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 44329b70c1..1f5c8179d8 100644 --- a/src/index.js +++ b/src/index.js @@ -26,7 +26,6 @@ const gutenbergSetup = () => { const userId = 1; const storageKey = 'WP_DATA_USER_' + userId; wpData.use( wpData.plugins.persistence, { storageKey } ); - wpData.use( wpData.plugins.controls ); }; const editorSetup = () => {