fix(heroui-table): update virtualization examples to use @heroui/reac…#5833
Conversation
|
WalkthroughFour table virtualization example files in the documentation are updated to import components from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Rationale: All changes are repetitive, homogeneous import statement replacements across four files with no logic modifications or behavioral changes. Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Deployment failed with the following error: |
Closes #5832
📝 Description
This pull request updates the imports of virtualization components. Previously, the components were incorrectly importing from
@nextui-org/react. All imports have now been updated to@heroui/reactto align with the current HeroUI package structure. This ensures consistency and resolves potential issues caused by incorrect imports.⛳️ Current behavior (updates)
Before the fix, virtualization components were importing from
@nextui-org/react, which could cause unexpected behavior or errors.Before:

🚀 New behavior
After this fix, all virtualization components correctly import from
@heroui/react, ensuring proper functionality and consistency across the project.After:

💣 Is this a breaking change (Yes/No):
No
📝 Additional Information
No additional information. Images above illustrate the issue and the resolved state.
Summary by CodeRabbit