injectContentManagerComponent() removed
In Strapi 5, the Content Manager is a plugin, which affects the injectContentManagerComponent() method, replaced by getPlugin('content-manager').injectComponent().
In Strapi 5, the Content Manager is a plugin, which affects the injectContentManagerComponent() method, replaced by getPlugin('content-manager').injectComponent().
In Strapi 5, the redux store for the Content Manager has been changed and some redux actions were removed.
Learn how you can use the Content History feature of Strapi 5 to browse and restore previous versions of documents from the Content Manager.