# Prevent `[...]` as JSX prop values (jsx-no-new-array-as-prop) Prevent Arrays that are local to the current method from being used as values of JSX props ## Rule Details The following patterns are considered warnings: ```jsx ``` The following patterns are not considered warnings: ```jsx ```