Closed kevinschaper closed 1 year ago
I did some custom checking of keys to avoid null safety problems and then I used the ! operator to promise to typescript that I trust the lookup.
I'm going to do another YOLO self-merge, since this fixes a problem caused by my last YOLO self-merge.
I did some custom checking of keys to avoid null safety problems and then I used the ! operator to promise to typescript that I trust the lookup.