githubocto / flat-ui

MIT License
370 stars 23 forks source link

Eth Addresses being recognized as numbers #32

Open anudit opened 1 year ago

anudit commented 1 year ago

Running into a small issue where Ethereum addresses like 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 are recognized as numbers and get formatted like,

image

mattrothenberg commented 1 year ago

Can you please share links to the GitHub repo and Flat Viewer instance where you're seeing this?

anudit commented 1 year ago

Here is a minimal reproduction CodeSandbox

https://github.com/anudit/flat-ui/commit/9dc5d686dc9552c17a31410c2e1cecabc2643f64 fixed it for me, Happy to send a pr.