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

useDocked does not work on older OpenFin versions #61

Open ms14981 opened 4 years ago

ms14981 commented 4 years ago

Tested on OpenFin version 9.61.31.76 (see https://developer.openfin.co/versions/?product=Runtime&version=9.61.31.76).

The issue seems to be that the version of the npm package openfin-layouts is not compatible, and causes the whole demo app to crash on launch if the package is in the package.json dependencies.

This issue is not the case from version 9.61.38.43 (see https://developer.openfin.co/versions/?product=Runtime&version=9.61.38.43) and perhaps earlier.