Delete record not triggering then, catch or finnally

Hello all,

I’m playing little bit with this but I have this weird error that sometime when I call several times deleteRecord it gets stuck. It won’t trigger any of resolution functions of promise. Am I doing something wrong? I’m experimenting with elm so I’m not using any of framework packages. Repo with experimenting code is here.

Also second issue I found is that when I’m observing some query, after create new records it is added to end of observed query and ignores order by and limit, am I suppose to turn on some option for that to work?