sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 514 forks source link

v5 alpha - can't convert key to string #386

Open ilrico opened 4 years ago

ilrico commented 4 years ago

First, had forwardEvent_js undefined, I understood that in addition to @pnofity/core and @pnotify/mobile, one have to install @smui/common... It's easy fix but not mentioned in docs. Should be included automatically in dependencies IMHO.

Other problem then when running Installation/Svelte exemple from docs, is "TypeError: can't convert e[p].key to string" and it relates to line 212 in core/index.svelte

hperrin commented 4 years ago

I'll fix the dependency issue. I'm not sure where the key to string issue is coming from.