wagmi icon indicating copy to clipboard operation
wagmi copied to clipboard

docs: Improve useReadContracts page with return type and Tanstack Query import details

Open fsolla opened this issue 11 months ago • 2 comments

This PR improves the useReadContracts documentation page by:

  • Adding the missing script setup block
<script setup>
const packageName = 'wagmi'
const actionName = 'readContracts'
const typeName = 'ReadContracts'
const TData = 'ReadContractsReturnType'
const TError = 'ReadContractsErrorType'
</script>
  • Including shared query imports sections to match other hook docs
<!--@include: @shared/query-imports.md-->

fsolla avatar May 24 '25 20:05 fsolla

⚠️ No Changeset found

Latest commit: 7eb2f12170089ede430540ec3a56e84432253e6b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar May 24 '25 20:05 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wagmi ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2025 8:36pm

vercel[bot] avatar May 24 '25 20:05 vercel[bot]