3.X dynamic context type names fail the whole file ``` static contextTypes = { [DYNAMIC_NAME]: ... } ``` ``` TypeError: Property name must be an Identifier or a Literal ``` why fail the entire file? a warning + moving to the next prop/context type should be the way to go. thanks.