Uncaught TypeError Cannot read properties of undefined reading 'setState' reactjs onClick event bind

preview_player
Показать описание
onClick event Button React Native/React js at clickHandler (Button js:15:1)

We explained two options .you can use any of them
first option is to add a line into constructor function of class component in react js /react native

second option is to rewrite the event handler as arrow function .In this case we modified loginHandler as arrow function

Uncaught TypeError
Cannot read properties of undefined (reading 'setState')
eventHandler
eventBinding
this keyword
Рекомендации по теме
Комментарии
Автор

Uncaught TypeError: Cannot read properties of null (reading 'useRef')
please show me the answer for this while i using the react router

besspallysaikiran