qlik-oss / nebula.js

Product and framework agnostic integration APIs for Qlik's Associative Engine
https://qlik.dev/extend/set-up-nebula-environment/
MIT License
78 stars 56 forks source link

sn-mekko-chart does not work #505

Closed fkabinoff closed 4 years ago

fkabinoff commented 4 years ago

🐛 Bug report

sn-mekko-chart does not work. Error in console is "Error: Invalid stardust hook call. Hooks can only be called inside a visualization component."

Steps to Reproduce

  1. Start a new web project with npx @nebula.js/cli create mashup
  2. Install @nebula.js/sn-mekko-chart in project with npm install --save @nebula.js/sn-mekko-chart
  3. Configure connection, register sn-mekko-chart as a type, and try to render a mekko chart visualization

Expected behavior

Render a mekko chart.

Actual behavior

Mekko chart not rendered. Error in console is "Error: Invalid stardust hook call. Hooks can only be called inside a visualization component."

Versions

miralemd commented 4 years ago

Duplicate https://github.com/qlik-oss/nebula.js/issues/488