We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From the main section:
Use a leading underscore _ when naming private properties.
_
From the React section:
Do not use underscore prefix for internal methods of a React component.
These two seem a bit inconsistent.