finos / openfin-react-hooks

A collection of React Hooks built on top of the Openfin API - from Scott Logic
Apache License 2.0
48 stars 18 forks source link

Migrate to v2 method of starting the application #50

Closed ms14981 closed 4 years ago

ms14981 commented 4 years ago

fin.desktop is the v1 way of accessing OpenFin properties (https://developers.openfin.co/docs/javascript-api) so this PR avoids that.

useNotification.ts also uses fin.desktop but I'm aiming to address this in a future PR.

Relates to #11