We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
https://github.com/intuit/design-systems-cli/blob/master/packages/utils/src/utils/styled.tsx#L58 I think options should be made optional, and then this should check if options exists. We are getting an error on: TypeError: Cannot read properties of undefined (reading 'class').
options
TypeError: Cannot read properties of undefined (reading 'class')
To Reproduce
Run the VSCode debugger on a project with an @ids-ts component in it. NOTE: this only shows up on the debugger, it works fine when run via yarn test.
@ids-ts
yarn test
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
https://github.com/intuit/design-systems-cli/blob/master/packages/utils/src/utils/styled.tsx#L58
I think
options
should be made optional, and then this should check if options exists. We are getting an error on:TypeError: Cannot read properties of undefined (reading 'class')
.To Reproduce
Run the VSCode debugger on a project with an
@ids-ts
component in it. NOTE: this only shows up on the debugger, it works fine when run viayarn test
.Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: