We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const contractsCollection = collect(contracts) const keys = contractsCollection.mapWithKeys((contract) => [contract.address, contract.abi]) const contractToAbiMap = keys.all()
keys.all() returns type unknown[] when it should be returning an object type
keys.all()
unknown[]
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I don’t personally use TypeScript, but would appreciate a pull request 😊
Sorry, something went wrong.
Just put up #306
No branches or pull requests
keys.all()
returns typeunknown[]
when it should be returning an object typeThe text was updated successfully, but these errors were encountered: