You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
The cause seems to be that getWebWindow method on the OpenFin API Window sometimes returns undefined.
To test in the demo app, launch it with openfin -v 14.78.47.23 --launch --config ./public/app.dev.json instead of npm run launch. Go to useNotification then click launch.
The cause seems to be that
getWebWindowmethod on the OpenFin API Window sometimes returns undefined.To test in the demo app, launch it with
openfin -v 14.78.47.23 --launch --config ./public/app.dev.jsoninstead ofnpm run launch. Go touseNotificationthen clicklaunch.Links:
Todo: Find a workaround (might be able to use the old v1 methods in
fin.desktopin v2 of the OpenFin JS API).