Charles Nwankwo

Results 6 comments of Charles Nwankwo

I was able to get get around the issue by loading Moralis via CDN Add `` to your index.html Yeah it works in prod. [Check the docs for more info](https://docs.moralis.io/moralis-dapp/connect-the-sdk/connect-with-js)

> Which means you are no-longer using MoralisProvider with react-moralis? Yeah. You will have to initialize with `Moralis.start({ serverUrl, appId });` instead, then you can just call the methods throughout...

> > > > > > > > > I like your suggestion. But there's a `Moralis is not defined` error that I'm getting. > > Got it working. Had...

> If it worked on local dev, but not in production, then I assume it might have something to do with the build process.. > > We did have several...

> Hi all, any updates on this? > > I'm trying to use the workaround, and I'm importing using `import Moralis from 'moralis';` > > Currently getting this error AFTER...

`collapsable={false}` does not work for me so I used `onLayout` as a trigger for the `.measure`