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
when I try to use the lowcoder chart component that are based on echarts library it thows an empty component with the error : "Error: Component basicChart Not found", all the charts present this error, mermaid, sankeyChart, chart, geoMap.
On console I see this error: Error during remote component loading TypeError: Cannot read properties of undefined (reading 'map')
at Module.K6 [as styleControl] (:3000/static/index-634f5406.js:6361:655)
at :3000/api/npm/package/6765af04e820097199224249/[email protected]/e2b07149.js:146087:29
,
Is there an existing issue for this?
Current Behavior
when I try to use the lowcoder chart component that are based on echarts library it thows an empty component with the error : "Error: Component basicChart Not found", all the charts present this error, mermaid, sankeyChart, chart, geoMap.
On console I see this error: Error during remote component loading TypeError: Cannot read properties of undefined (reading 'map')
at Module.K6 [as styleControl] (:3000/static/index-634f5406.js:6361:655)
at :3000/api/npm/package/6765af04e820097199224249/[email protected]/e2b07149.js:146087:29
,
Expected Behavior
Drag and drop a chart and be able to edit it
Steps to reproduce
fresh installation of lowcoder,
1.- curl https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose.yaml -o docker-compose.yml
2.- docker-compose up -d
3.- login as admin at localhost:3000/
4.- create app/module
5.- drag and drop a chart component
Environment
fresh installation
Additional Information
I tried downgrading to 2.4.11 , 2.4.12 and the error still occurs
The text was updated successfully, but these errors were encountered: