Hi,
I get the following error on console.
I use CDN to get the SDK.
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<script src="https://unpkg.com/moralis@latest/dist/moralis.js"></script>
If I replace the second line to <script src="https://unpkg.com/[email protected]/dist/moralis.js"></script>
, it works.
But, I get the following warning.
I cannot use standard npm method since I use Moralis on “Bubble” , nonode IDE. Would anybody suggest a solution?
Thanks.