You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the animation should play. The skeleton will be a solid color when
210
210
this is <code>false</code>. You could use this prop to stop the animation
211
-
if an error is encountered.
211
+
if an error occurs.
212
212
</td>
213
213
<td><code>true</code></td>
214
214
</tr>
@@ -254,7 +254,7 @@ In the example below, the height of the `<div>` will be slightly larger than 30
254
254
</div>
255
255
```
256
256
257
-
This is a consequence of how `line-height` works in CSS. If you need the `<div>` to be exactly 30px tall, set its `line-height` to 1. [See here](https://github.com/dvtng/react-loading-skeleton/issues/23#issuecomment-939231878) for a detailed explanation.
257
+
This is a consequence of how `line-height` works in CSS. If you need the `<div>` to be exactly 30px tall, set its `line-height` to 1. [See here](https://github.com/dvtng/react-loading-skeleton/issues/23#issuecomment-939231878) for more details.
0 commit comments