Chapter 15: MoralisProvider Issue #1764
-
Hi @alymurtazamemon @PatrickAlphaC Whenever I give "initializeOnMount={false}" prop to MoralisProvider , it works okay And also the ItemListed and ActiveItem is not being fetching by useMoralisQuery
Will appreciate if you help 😊 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@PatrickAlphaC @alymurtazamemon Its solved by using this combination of pkgs
Thanks 😊 |
Beta Was this translation helpful? Give feedback.
@PatrickAlphaC @alymurtazamemon
Its solved by using this combination of pkgs
yarn add moralis@1.11.0 react-moralis@1.3.5
should do the trick.Thanks 😊