Gelio / Gelio/tslint-react-hooks
extend supported component decorators
Open
- Dominant language
- TypeScript
- Stars
- 221
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently only `React.forwardRef` and `React.memo` are supported. If using Mobx-React, the [observer HOC](https://mobx-react.js.org/observer-hoc) triggers this error and requires overrides in the file. It would be good if we could add `observer` to the allowed list.
Contributor guide
Assessment
This issue has not been assessed yet.