1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 99ceca3d25
Update jazzicon component (#7898)
* Use ref instead of findDOMNode in jazzicon component

The jazzicon component was using `findDOMNode` to get the DOM node for
the main div returned by the component, which is generally not
recommended. Instead a ref is now used.

* Update Jazzicon to v2

This version drops the dependency upon `raphael`, and no longer uses
the function `createSVGMatrix` which was causing unit tests to fail
(because it's not supported by jsdom).
2020-01-28 16:08:55 -08:00
..
app Update jazzicon component (#7898) 2020-01-28 16:08:55 -08:00
lib Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
index.js Fix batch transaction UX (#7473) 2020-01-10 06:34:02 -08:00