-
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
Uncaught TypeError: Cannot read property 'viewBox' of undefined #7590
Comments
Hi there, @janamano! 👋 Could you share a link to a CodeSandbox that re-creates the problem? Also would love to know what documentation you're referring to so I can make sure it's correct or updated with whatever challenge you're running into 👀 |
hi @joshblack I was wondering if you can show me a more complete example, in the documentation it's a little bit unclear which props I should pass into the Icon component |
@janamano hmm, that documentation seems like it might be outdated/from an older deployment. This link should reflect the latest status of the component and offer better documentation/examples: https://react.carbondesignsystem.com/?path=/story/structuredlist--selection let me know if this helps! In particular for the icon 😄 |
thanks for the new link, appreciate the help |
Followed the documentation to create a StructuredList with selection. But I ran into this type error:
here is my code
Is it possible to provide an example of how to create a selection list, the one in the storybook is not clear enough
The text was updated successfully, but these errors were encountered: