codyx
codyx
Have you tried downgrading styled-components to version 4.4.1 as mentioned here: [https://github.com/ConsenSysMesh/rimble-ui/issues/447#issuecomment-621933861](url)
I also ran into the same issue by deploying an `ERC1967Proxy` containing an initializer that invokes `__Ownable_init(...)` from `OwnableUpgradeable`. _Looks like something breaks during the Etherscan verification._ **Managed to find...
If you are using hardhat-foundry and imported an npm package and a foundry submodule in the same repo with different remappings, then this issue will most likely occur. It's possible...