diff options
Diffstat (limited to 'test/snippets/spread_with_key.tsx')
-rw-r--r-- | test/snippets/spread_with_key.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/snippets/spread_with_key.tsx b/test/snippets/spread_with_key.tsx index 9c26ea5ba..d9f842d27 100644 --- a/test/snippets/spread_with_key.tsx +++ b/test/snippets/spread_with_key.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import React from "react"; export function SpreadWithTheKey({ className }: Props) { |