Good Day!
Iām trying to update my page everytime a new event is added, but itās not really working.
useMoralisSubscription(āGameScoreā, q => q, [], {
onCreate: data => alert(${data.attributes.playerName} was just created
)
});
However, it works if I use onUpdate but thatās not what I need.
React-Moralis 1.4.2