palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug jsx key misses this check

jasongornall opened this issue · comments

                                    {([]).map((section, i) => (
                                        <div
                                            wakka="1"
                                        />
                                    ))}

this seems to miss the key check