You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Often we have two components with a similar name - the real component and the component wrapped with connect. Those two should be named distinctly and consistently.
Research what other projects use and choose one way and use it consistently.
Expected behaviour
Often we have two components with a similar name - the real component and the component wrapped with
connect
. Those two should be named distinctly and consistently.Research what other projects use and choose one way and use it consistently.
Actual behaviour
Some examples different naming:
https://github.com/LiskHQ/lisk-nano/blob/development/src/components/header/headerElement.js
https://github.com/LiskHQ/lisk-nano/blob/development/src/components/toaster/toasterComponent.js
https://github.com/LiskHQ/lisk-nano/blob/development/src/components/passphrase/passphrase.js
The text was updated successfully, but these errors were encountered: