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.
From the main section:
From the React section:
These two seem a bit inconsistent.