-
Notifications
You must be signed in to change notification settings - Fork 0
feat: medusa-forms updates #78
New issue
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
Conversation
jaruesink
commented
May 30, 2025
- Removed deprecated dependencies and updated Storybook addons to version 9.0.1 across multiple package.json files.
- Refactored imports in Storybook stories to use '@storybook/react-vite' for improved compatibility.
- Updated routing imports from 'react-router-dom' to 'react-router' for consistency across components.
- Cleaned up external dependencies in Vite configuration for better performance.
- Enhanced example components to align with the latest routing practices.
- Removed deprecated dependencies and updated Storybook addons to version 9.0.1 across multiple package.json files. - Refactored imports in Storybook stories to use '@storybook/react-vite' for improved compatibility. - Updated routing imports from 'react-router-dom' to 'react-router' for consistency across components. - Cleaned up external dependencies in Vite configuration for better performance. - Enhanced example components to align with the latest routing practices.
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- Removed @medusajs/ui-preset and related dependencies from package.json and yarn.lock. - Cleaned up Vite configuration by removing unnecessary external dependencies. - Updated Storybook stories to ensure consistent import statements and improved component usage.
|
📝 Storybook Preview: View Storybook This preview will be updated automatically when you push new changes to this PR.
|
- Updated various dependencies in yarn.lock for better performance and compatibility. - Adjusted muted-foreground color in main.css for improved accessibility and design consistency.