chore: run prettier and lint (#2087)

This commit is contained in:
Wojciech Lewicki
2023-07-06 14:41:36 +02:00
committed by GitHub
parent e04a159b46
commit 54bec6d10c
2 changed files with 6 additions and 4 deletions

View File

@@ -122,8 +122,7 @@ export default function TestComponent() {
Both `SvgUri` and `SvgCssUri` log errors to the console, but otherwise ignore them.
You can set property `onError` if you want to handle errors such as resource not
existing in a different way and `fallback` if you want to render another component
instead in such case.
existing in a different way and `fallback` if you want to render another component instead in such case.
```jsx
import * as React from 'react';