작은 할 일 목록 응용 프로그램에 문제가 있습니다. 내가 오류 Cannot read property 'todos' of undefined
"this"는 내 클래스 내에서 정의되지 않습니다
this
이
addTodo
내부 바인딩 왜
하지만 removeTodo
이 항목을 삭제하려고 할 때마다?
트리거는 여기에 수행됩니다 <button onClick={() => removeTodo(id)}> X </button>
데모 감사
JSfiddle에.
가능한 중복 당신은 또한 그래서 당신은 참조를 잃지 말고 MobX 배열 replace을 사용할 수 있나요? ] (http://stackoverflow.com/questions/34361379/arrow-function-vs-function-declaration-expressions-are-they-equivalent-exch) – Andreas