OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

UI.notify broken since version 1.0.0 #74

Closed blandine closed 6 years ago

blandine commented 6 years ago

I recently tried to upgrade from 0.7.4 (npm version) to 1.0.1, but the notifications don't work anymore. I tried with version 1.0.0 ans it doesn't work either.

I downgraded to version 0.7.4 and it works. The code is :

OfficeHelpers.UI.notify('some information');

In version1.x, text is missing, only the "x" icon is displayed but clicking on it doesn't make it disappear. Has anyone else encounter this issue?

Thank you for your time