jvas28 / grapesjs-echarts

Charts for grapes js
MIT License
36 stars 2 forks source link

Can not use this plugin in a new react app #35

Open shkhalid opened 2 years ago

shkhalid commented 2 years ago

I am getting the following error when use this plugin:

Uncaught TypeError: Cannot create property 'event' on string 'parallelAxisExpand'
    at Object.C [as registerAction] (echarts.js:2050:1)
    at Object.<anonymous> (parallelAxisAction.js:64:1)
    at e2 (bootstrap:19:1)
jvas28 commented 2 years ago

Hi @shkhalid can I have some snippets on how you are using in on react, so I can help?

shkhalid commented 2 years ago

Hey @jvas28 thanks!

I just migrate my app from webpack to vite. The app starts working after commenting out this plugin.