mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
57e83ff82a
The first page of the Flask onboarding was causing a propType warning to appear in the console. It was caused by the array of React Fragments used to construct the ASCII fox; they were missing the `key` prop. These fragments are static content, so React doesn't really need to worry about what to do in the event they are re-ordered. The array index has been used as the key to silence the warning. |
||
---|---|---|
.. | ||
__mocks__ | ||
components | ||
contexts | ||
css | ||
ducks | ||
helpers | ||
hooks | ||
pages | ||
selectors | ||
store | ||
index.js |