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
77 stars 57 forks source link

sn-funnel-chart does not work #504

Closed fkabinoff closed 4 years ago

fkabinoff commented 4 years ago

🐛 Bug report

sn-funnel-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-funnel-chart in project with npm install --save @nebula.js/sn-funnel-chart
  3. Configure connection, register sn-funnel-chart as a type, and try to render a funnel chart visualization

Expected behavior

Render a funnel chart.

Actual behavior

Funnel 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