docs: optional-deps guide - #294
Conversation
✅ Deploy Preview for industrial-experience ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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 ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
flxlst09
left a comment
There was a problem hiding this comment.
Reviewed the exact PR range against development; one substantive issue found.
| ## Installation | ||
|
|
||
| If you rely on the Stencil collection, install all four packages with your preferred package manager: | ||
|
|
There was a problem hiding this comment.
Medium — installation commands omit a required peer dependency\n\nThe page says collection consumers must install all required packages, but this command (and the npm/Yarn equivalents below) omits the still-required @siemens/ix-icons peer dependency. Copying these commands—particularly with Yarn or peer auto-installation disabled—can leave collection consumers with an unresolved peer dependency and an incomplete installation. Please add @siemens/ix-icons to all three commands, or explicitly state that it remains a required existing dependency.
🆕 What is the new behavior?
👨💻 Help & support