CLI:
Version: 1.7.3
Color support: true
Platform:
CPU Architecture: x86_64
OS: windows
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "cygwin"
JS_RUNTIME_VERSION: "v20.10.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "pnpm/8.15.5"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: false
VCS disabled: true
Linter:
Recommended: true
All: false
Rules: a11y/all = true
complexity/all = true
complexity/noForEach = "off"
correctness/all = true
nursery/all = true
nursery/noUndeclaredDependencies = "off"
nursery/useImportRestrictions = "error"
nursery/useSortedClasses = "warn"
performance/all = true
performance/noBarrelFile = "off"
security/all = true
style/recommended = true
style/noNegationElse = "warn"
style/useSingleCaseStatement = "warn"
Workspace:
Open Documents: 0
lint/correctness/useJsxKeyInIterable
Implementing a map
function for an object triggers a false positive for useJsxKeyInIterable
when rendering in a JSX, even when the object is not an Iterable.
I've provided a concrete example in the playground link,
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too