-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
redwood-js.mdx update command to add flowbite-react into web workspace #1313
Conversation
updating command to add flowbite-react to web workspace
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update revises the installation command for Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- apps/web/content/docs/guides/redwood-js.mdx (1 hunks)
Additional comments: 1
apps/web/content/docs/guides/redwood-js.mdx (1)
- 53-53: The update to the installation command is correct and aligns with the objective of ensuring
flowbite-react
is added to the web workspace of a RedwoodJS project. This change should help streamline the setup process for developers.
Forgive my ignorance here @iamargentum... does it need to use the workspace command or is it just recommended? |
not exactly sure why i am tagged here |
To give a bit of context, redwood uses yarn workspaces (monorepo setup) and the PR is actually correct because we need to install |
@iamargentum tagging going wrong. Actually it was to tag @ganesshkumar |
@SutuSebastian Thanks for adding the info. Also running
|
Thanks, @SutuSebastian and @ganesshkumar for the clarification. |
updating command to add flowbite-react to web workspace
Summarize the changes made and the motivation behind them.
Reference related issues using
#
followed by the issue number.If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.
Summary by CodeRabbit
flowbite-react
in RedwoodJS projects to ensure correct workspace addition.