`console.log()` not working in latest `create-react-app` after installing web3uikit
See original GitHub issueHow it happened/How to recreate the issue
-
Create a new React app with
npx create-react-app appName
-
Install moralis SDK and Web3UIKit
npm install moralis react-moralis web3uikit
- Warning error displayed in the console
-
Try to
console.log
a value -
Error displayed on the webpage
Issue Analytics
- State:
- Created a year ago
- Comments:8
Top Results From Across the Web
Why am I getting a "module not found" when using console.log ...
make sure you type "cd (your project path name )" when you create a new terminal, so any excess packages don't get installed...
Read more >Web3 don't work with latest of React · Issue #4659 - GitHub
I have an issue with web3 with latest version of react. It can't be imported in code. The message is: Compiled with problems:X...
Read more >Getting Started with Logging in React - Meticulous
Log everything or clean console? 1. Our Little React Sandbox. Let's quickly create a React app to play with, using yarn , create-react...
Read more >NextJS React MoralisProvider Error - Moralis Web3 Forum
I'm working on a project and I'm getting an error NoMoralisContextProviderError: Make sure to only call useMoralis within a <MoralisProvider>.
Read more >React-moralis - npm.io
This project is a thin React wrapper around Moralis, to easily call functionalities and display data. Please check the official documentation of Moralis...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sorry @aLIEzsss4 and @unclebay143 our small team have been focused on our deadline to deliver the new FE of Moralis.
console-browserify
is not a dependancy of the kit, so its one ofCRA
or a dependency of a dependency… basically we don’t have the man power or the resources to fix these sort of issues that are not related to our code. So i have to say, sadly I will close this issue.I really encourage you to dig deep into the problem and share the fix here if you find it as this is an open source repo that we have been working on mostly as a passion project. I hope you understand. TY for using the kit
Hi @BillyG83
I just created a new project and installed the dependencies with
yarn
still throwing the same error.I also created a new React app with
yarn create react-app appName
and installed dependencies withyarn
and still throwing the same error.