Dimitri Nikogosov
Dimitri Nikogosov
I have a `userId` issue on logout. I added `Accounts.onLogout` hook on the server like this: ``` Accounts.onLogout(({ user, connection }) => { console.log({ user, connection }); /* other code...
Any news or improvements here?
@christophmayrhofer I was faced with the same problem and fixed it by adding natestrauser:animate-css package. After that all animations available in animate-css worked. > This package dynamically sets classes to...