mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(skeleton-text): unkey paragraph rows
Chance of duplicate keys is high
This commit is contained in:
parent
6d48ff38cb
commit
7b995db968
2 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
{#if paragraph}
|
||||
<div {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave>
|
||||
{#each rows as { width }, i (width)}
|
||||
{#each rows as { width }}
|
||||
<p
|
||||
class:bx--skeleton__text="{true}"
|
||||
class:bx--skeleton__heading="{heading}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue