Disallow ids

This commit is contained in:
dominik-zeglen 2019-08-22 18:10:24 +02:00
parent a19bdfee53
commit e790ee615f

1
react-intl.d.ts vendored
View file

@ -3,7 +3,6 @@ declare module "react-intl" {
export * from "node_modules/react-intl";
export interface MessageDescriptor {
id?: string;
description?: string;
defaultMessage: string;
}