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
I'm running into an error when using anything that touches SkeletonText component: $ (plugin svelte) ParseError: Attributes need to be unique
/src/components/SkeletonText/SkeletonText.svelte
... <p on:click on:mouseover on:mouseenter on:mouseleave class={cx('--skeleton__text', heading && '--skeleton__heading', className)} style={`width: ${width};`} {style} />
There are basically two "style" props.
The text was updated successfully, but these errors were encountered:
@ermincelikovic Thank you for raising this issue. Will investigate.
Sorry, something went wrong.
@metonym I would suspect that this became an issue since svelte 3.18.2 See sveltejs/svelte@5076613
fix(skeleton-text): remove duplicate style attribute
2603d93
Fixes #134
@ermincelikovic Nice catch.
Fixed and released in v0.3.2
metonym
Successfully merging a pull request may close this issue.
I'm running into an error when using anything that touches SkeletonText component:
$ (plugin svelte) ParseError: Attributes need to be unique
/src/components/SkeletonText/SkeletonText.svelte
There are basically two "style" props.
The text was updated successfully, but these errors were encountered: