Charlie Groves

Results 5 comments of Charlie Groves

I am having the same issue, any news on when it will be resolved?

I am having the same issue

Use .limitToLast(25) instead of .limit(25) if you are having this issue. Someone in the comments of the video figured that out. Hope you see this!

Karl, the issue was the app only showing the oldest 25 messages when using .limit(25) whereas it shows the 25 most recent messages using .limitToLast(25). Of course you can change...

> try this to marker div : style={{ position: "absolute", top: "100%", left: "50%", height: "24px", width: "24px", transform: "translate(-50%, -100%)", }} @AEidSPL worked for me! thanks