Blog

All the latest posts
React JS Sharif Ahmed views 24427 times
[Solved] When running an application on android I get an error saying requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager when running android app.
React JS Sharif Ahmed views 22516 times
[Solved] a React js project I was trying to import firebase. Then I'm importing Firebase. So it showed, import firebase from 'firebase'; in firebase.js
React JS Tarif Hossain views 20072 times
Solution for: Internal/modules/cjs/loader.js:892 throw error
React JS Ab Siddik views 6578 times
How to fix "TypeError: Cannot read properties of undefined (reading 'map') React JS" issue. In this article, we will try to describe.
Article Safiul Tarek views 78338 times
new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method - how to solve
Article Safiul Tarek views 6929 times
You didn't pass the invoice prop to your component, so it's undefined by default, and then you're referencing the property name in the Invoice component of an undefined prop, therefore you get the error.
React JS Ab Siddik views 4940 times
How to fix " Error importing Framer Motion v5 in React (with create-react-app)" issue. In this article, we will try to describe.
Article Ab Siddik views 30381 times
Recently, we working on a SPA(Single page application), we used React to develop this application. But when we try to integrate React router
React JS Sharif Ahmed views 43966 times
[Solved] while working with react-router we got an error saying, Matched leaf route at location "/" does not have an element. Because react-router version-6, you can't use the prop anymore.
React JS Tarif Hossain views 117 times
Solution for: Can't import the named export 'Children' from non EcmaScript module (only default export is available)
React JS Safiul Tarek views 48659 times
Using Node JS 17 and getting this error during application start up using npm start command.
React JS Safiul Tarek views 11180 times
Getting this error when attempted to import some Icons from material-ui
Article Ab Siddik views 4680 times
Recently, we working on a SPA(Single page application), we used React to develop this application. But when we try to import
React JS Sharif Ahmed views 62985 times
[Solved] While working with swiper 7 in React project we faced an error which says, Module not found: Can't resolve 'swiper/css'.
React JS Sharif Ahmed views 5889 times
[Solved] On a react project, I was trying to get the file and the line number but The Chrome console shows the log instead of providing the file and line number.