facebook / facebook/flow

Flow do NOT check expression in JSX attr with namespace

Open
#5,769 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
22.3k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

If this is a bug, please try reproducing using https://flow.org/try/.
url: https://flow.org/try/#0PTAEAEDMBsHsHcBQiDGsB2BnALqAhqALygCMA3MgDwCWiooAbgFzWSEDeeAdNABQCUAXzqhWHbnyEiAptEzTxPAYNDAAfIiA

the expression in `v:if` is not checked.

```js
// @flow

const a = 1;


```

```
5:
^ property `l`. Property not found in
8: else={a.l()} />
^ Number
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.