2019-06-09から1日間の記事一覧

lodash の get メソッドを利用して `Cannot read property 'xxx' of undefined.` の発生を防ぐ

困っていた事 ネストの深いオブジェクトのプロパティにアクセスする際に、場合によってCannot read property 'xxx' of undefined. が発生してしまう 目的のプロパティへのパスの途中で undefined になる場合に発生 解決方法 lodash の get メソッドを利用す…