Plugins.autostart stopped working in 8.2.0.143

Do you want to: Report a bug

I’m trying to to autostart plugin with DocumentEditor React component.

{
          
          editorConfig: {
            plugins: {
              autostart: ["asc.{X9E7B03B-3314-4F69-A190-BCE1C5FA2128}"],
              pluginsData: ["http://192.168.50.121:5173/config.json"],              
              },
            ...
            },
            ...
}

Plugin icon gets loaded to left side, but when the icon is clicked, it will generate Javascript error

app.js:8 Uncaught TypeError: Cannot read properties of undefined (reading 'menu')
    at n.showPluginPanel (app.js:8:468531)
    at plugins:showpanel (app.js:8:1935483)
    at app.js:8:136527
    at Function.Ce (app.js:8:96670)
    at o.<anonymous> (app.js:8:136505)
    at app.js:8:93536
    at Function.Ce (app.js:8:96726)
    at o.fireEvent (app.js:8:136424)
    at n.fireEvent (app.js:8:135923)
    at n.onBtnCategoryClick (app.js:8:1616934)

Plugin autostart was working in 8.1.3.4 but after update to 8.2.0.143, it stopped working.

When autostart is removed from editorConfig, plugin works fine in editor when it is manually opened.