Warn the developer about reserved property names in functional components
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 491
- Forks
- 71
- Avg merge
- 23h
- Merged PRs (30d)
- 5
Description
It's very common to use `layout` as a property inside functional components and it's very hard to figure out what is wrong.
```
```
This is invalid because `layout` is a reserved for inner layouts.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.