-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug]: CodeSnippet suggests align value that isn't available yet #17585
Comments
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team. |
Can we get a repo using stackblitz? |
I'm unable to reproduce the error, the correct prop to use is |
Thanks for your responses! And I'm glad to see this works in the stackblitz. In the Since Thank you 😄 |
Add |
We'll need to make sure all the options for |
@tay1orjones : Can you assign this issue to me ? Thank you |
@tay1orjones : I've updated the
|
The problem
I currently use the component
<CodeSnippet>
withalign
property "bottom-right".However, during test runs,
<CodeSnippet>
logs a console warning to usealign
property "bottom-end" instead. However,<CodeSnippet>
does not currently support this align property.Unnecessary/unaddressable warnings make it harder to see fixable errors and slow down CI workflows.
The solution
Either:
<CodeSnippet>
<CodeSnippet>
supports "bottom-end"Examples
Code sample:
Logs from test running this code:
Application/PAL
No response
Business priority
None
Available extra resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: