From: Carl Worth Date: Mon, 29 Jun 2020 15:05:23 +0000 (-0700) Subject: Add key to list of PromptOption components X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=d7cc3b52d47ed3836cea1d82951ea4db6e8c591d;hp=d7cc3b52d47ed3836cea1d82951ea4db6e8c591d;p=lmno.games Add key to list of PromptOption components This is the classic thing to overlook in React programming. It's easy to forget the key until React warns that it's missing. ---