ember-pop-over
ember-pop-over copied to clipboard
Error using tooltip recipe
Using the tooltip recipe I get the following error:
Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
Steps to reproduce:
-
ember install:npm ember-pop-over
-
ember g ember-pop-over
-
ember g component tool-tip
- Add the tooltip recipe from the README to
app/components/tool-tip.js
- Add the tooltip handlebars from the README to any template
- Hover over the tooltip in the browser