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
my project not a create-react-app project but a custom one, after we upgrade Webpack V4 to V5 and also we removed the bable/pollyfill this error happened. the only way to remove the error is that we should remove listeners from chart options. so if the the chart doesn't have listeners it works but if we add it again we will see this error.
my project not a
![image](https://user-images.githubusercontent.com/1811124/127436427-e2f69de5-125e-4a83-81f2-f5ee69d04f06.png)
create-react-app
project but a custom one, after we upgrade Webpack V4 to V5 and also we removed thebable/pollyfill
this error happened. the only way to remove the error is that we should removelisteners
from chart options. so if the the chart doesn't havelisteners
it works but if we add it again we will see this error.and here is our chart option :
The text was updated successfully, but these errors were encountered: