Hi,
I have a hook call like
const fetchListedItems = JSON.parse(
JSON.stringify(useMoralisQuery(‘items’).data, [
‘’,
])
)
in my Next.js app, which triggers my rate limit, as it fires very often. Any chance to only excecute it once at page load?