Closed latinrev closed 2 months ago
Latest commit: 95b3f56e9fa3f07762603b4e88fc0d309d9641d0
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.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 6:43am |
The change involves activating an import statement in the page.mdx
file, specifically for the useDropzone
hook from the @uploadthing/react
package. This modification allows the application to utilize the useDropzone
functionality, which may influence component behavior within the application.
Files | Change Summary |
---|---|
docs/src/app/(docs)/api-reference/react/page.mdx |
Activated import of useDropzone from @uploadthing/react . |
In the garden where code does bloom,
A hook was found to lift the gloom.
WithuseDropzone
, we now can play,
Dropping files in a joyful way!
Hops of joy, let’s celebrate,
For changes made, oh, isn’t it great? 🐰✨
docs/src/app/(docs)/api-reference/react/page.mdx (1)
`550-550`: **LGTM!** Uncommenting the import statement for the `useDropzone` hook is necessary for the example code that follows to function correctly. The change aligns the code with the example and ensures it runs as intended.
uncomment used import on react example for useUploadThing hook
Used here:
Commented here:
Summary by CodeRabbit
New Features
useDropzone
hook, enhancing the functionality of components that utilize this feature.Documentation
useDropzone
hook.