Image attached. No error messages in the console. code: ``` const driver = new Driver({ opacity:1 }); driver.highlight({ element: '.subNavOptionW[data-option="Topics"]', popover: { title: 'Title for the Popover', description: 'Description for it', } }); ``` <img width="1269" alt="screen shot 2018-03-17 at 6 40 32 pm" src="https://user-images.githubusercontent.com/5273970/37561372-c74642de-2a12-11e8-826b-67757feac6c2.png">
Image attached. No error messages in the console.
code: