Skip to content
Padhmanaban R
SSE & Blogger from Bengaluru, India. Strong expertise in React JS, React Native, JavaScript, LAMP Stack & Web Development.
  • Home Page
  • React JS
  • PHP/MySQL
  • Programming Quiz
  • Solutions
  • Archive
  • Contact Me

Category: Solutions

TypeScript Object is Possibly null

February 24, 2021 Padhmanaban

TypeScript will peek an error message “object is possibly null or undefined”. Make sure to add/check the null conditional before…

Continue Reading →

Posted in: Solutions Filed under: object-possibly-null, typescript

React Module parse failed: Unexpected token

February 20, 2021 Padhmanaban

In React Application, When you using webpack with babel-loader. You will encounter the below error due to file type. Error…

Continue Reading →

Posted in: Solutions Filed under: babel error, reactjs, webpack error

Module not found: Can’t resolve ‘redux’

May 11, 2020 Padhmanaban

We need to install both the redux & react-redux package through NPM. npm install –save redux react-redux

Continue Reading →

Posted in: Solutions Filed under: react-redux, redux-issue, redux-package-issue

React Native Issue rncnetinfo.getcurrentstate got 2 arguments expected 3

May 9, 2020 Padhmanaban

Update your “netinfo” community library version to “5.5.0”, sometimes newer version getting “getcurrentstate” issue. @react-native-community/netinfo@5.0.0

Continue Reading →

Posted in: Solutions Filed under: javascript, react-native-issues, reactjs, reactnative, rncnetinfo-getcurrentstate

Git: One of your commit message is missing a valid issue key

March 27, 2019 Padhmanaban

GIT – Commit message is missing a valid issue key solution We can resolve this issue using below options, Option…

Continue Reading →

Posted in: Solutions Filed under: git commit, git commit issue, git create link, git valid issue key

Post navigation

Page 1 of 3
1 2 3 Next →
Copyright © 2023 Padhmanaban R