packages/crypto/src/contexts/Ethers/Opera.tsx
Function OperaEthersLoader
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const OperaEthersLoader: React.FC<PropsWithChildren<Props>> = (props) => {
const { children } = props
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const global = globalThis as any
const ethereum = global.ethereum