Rules
no-missing-context-display-name
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Description
Enforces that all contexts have a displayName which can be used in devtools.
Examples
Failing
Passing
Implementation
See Also
no-missing-component-display-name
Enforces that all components have adisplayNamewhich React can use as itsdisplayNamein devtools.