Flow do NOT check expression in JSX attr with namespace
Open
- 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
Assessment
This issue has not been assessed yet.