I'm building a custom perspective component using apex chart. What do I need to include the apexchart bundle in the module?
I got the perspective component working on my local ignition instance (running on docker) but when I install the module in another ignition instance (prod instance), the component gives the following error
TypeError: t.put is not a function
when try to call chart.render().
What could've caused this error