Donnie Flood

Results 8 issues of Donnie Flood

pull client liveviewjs into own package

Summary of types in [Hooks docs](https://hexdocs.pm/phoenix_live_view/js-interop.html#client-hooks-via-phx-hook) Something like: ``` type ReplyRefFn = (reply: string, ref: string) => void; type PayloadHandlerFn = (payload: any) => void; /** * Define Hook interface...

See: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#static_changed?/1 Use something like [staticify](https://github.com/errorception/staticify) to implement?

See https://github.com/gothinkster/realworld

See [File Uploads](https://hexdocs.pm/phoenix_live_view/uploads.html)

### What happened? Calling `Onesignal.logout()` shows error in console. Error: ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getIdentityModel') at on. (OneSignalSDK.page.es6.js?v=160203:1:220768) at Generator.next () at OneSignalSDK.page.es6.js?v=160203:1:267888...